Skip to content

Commit efa81bc

Browse files
fix: setup nodejs to v20 for CI scripts
1 parent 672925d commit efa81bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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+
711
jobs:
812
yarn-lockfile-check:
913
uses: salesforcecli/github-workflows/.github/workflows/lockFileCheck.yml@main

0 commit comments

Comments
 (0)