Skip to content

Commit e5d81f1

Browse files
committed
chore: try tests with node 22
1 parent 472c5eb commit e5d81f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
linux-unit-tests:
1212
needs: yarn-lockfile-check
1313
uses: salesforcecli/github-workflows/.github/workflows/unitTestsLinux.yml@main
14+
with:
15+
skipTsDepCheck: true
1416
windows-unit-tests:
1517
needs: linux-unit-tests
1618
uses: salesforcecli/github-workflows/.github/workflows/unitTestsWindows.yml@main
@@ -24,4 +26,3 @@ jobs:
2426
fail-fast: false
2527
with:
2628
os: ${{ matrix.os }}
27-
nodeVersion: 20.18.0

0 commit comments

Comments
 (0)