We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71213fa commit af5072cCopy full SHA for af5072c
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- if: ${{ matrix.node == 8 }}
35
name: ▶️ Run validate script
36
- run: npm run clean && npx npm-run-all test build
+ run: npm run clean && npm install jest@25 && npx npm-run-all test build
37
38
- if: ${{ matrix.node != 8 }}
39
0 commit comments