We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa81bc commit dce616aCopy full SHA for dce616a
.github/workflows/test.yml
@@ -4,10 +4,6 @@ on:
4
branches-ignore: [main, 252-patch]
5
workflow_dispatch:
6
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
-
11
jobs:
12
yarn-lockfile-check:
13
uses: salesforcecli/github-workflows/.github/workflows/lockFileCheck.yml@main
@@ -30,3 +26,4 @@ jobs:
30
26
fail-fast: false
31
27
with:
32
28
os: ${{ matrix.os }}
29
+ nodeVersion: 20.18.0
0 commit comments