Skip to content

Commit 60f6a18

Browse files
committed
Merge branch 'add-node-engine-versions-to-ci' of https://github.com/testing-library/svelte-testing-library into add-node-engine-versions-to-ci
2 parents 071b8e3 + af5072c commit 60f6a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- if: ${{ matrix.node == 8 }}
3535
name: ▶️ Run validate script
36-
run: npm run clean && npx npm-run-all test build
36+
run: npm run clean && npm install jest@25 && npx npm-run-all test build
3737

3838
- if: ${{ matrix.node != 8 }}
3939
name: ▶️ Run validate script

0 commit comments

Comments
 (0)