We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 071b8e3 + af5072c commit 60f6a18Copy full SHA for 60f6a18
.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