Skip to content

Commit dce616a

Browse files
fix: set nodeVersion for nuts workflow
1 parent efa81bc commit dce616a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
44
branches-ignore: [main, 252-patch]
55
workflow_dispatch:
66

7-
env:
8-
# This repo currently runs on nodejs@20 due to a depedency that is incompatible with nodejs@22
9-
NODE_VERSION_OVERRIDE: 'lts/-1'
10-
117
jobs:
128
yarn-lockfile-check:
139
uses: salesforcecli/github-workflows/.github/workflows/lockFileCheck.yml@main
@@ -30,3 +26,4 @@ jobs:
3026
fail-fast: false
3127
with:
3228
os: ${{ matrix.os }}
29+
nodeVersion: 20.18.0

0 commit comments

Comments
 (0)