Skip to content

Commit 66249fc

Browse files
nicolethoenclaude
andcommitted
chore: hardcode node 20 in pr-preview workflow
Aligns with the node version used in the existing CI workflow rather than reading from .nvmrc which specifies v18. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e437bc4 commit 66249fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
git checkout tmp
5858
- uses: actions/setup-node@v4
5959
with:
60-
node-version-file: '.nvmrc'
60+
node-version: '20'
6161
- run: corepack enable
6262
- uses: actions/cache@v4
6363
id: yarn-cache

0 commit comments

Comments
 (0)