Skip to content

Commit af5072c

Browse files
authored
fix: use Jest 25
1 parent 71213fa commit af5072c

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)