We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8460965 + da9f640 commit 7c622b6Copy full SHA for 7c622b6
.github/workflows/ci.yml
@@ -32,13 +32,13 @@ jobs:
32
node-version: ${{ matrix.node-version }}
33
cache: 'npm'
34
35
- - name: Update npm
36
- if: matrix.node-version == '6.x'
37
- run: npm install -g npm@^5
38
-
39
- name: Install dependencies
40
run: npm install
41
+ - name: Install jest for node < 14
+ if: matrix.node-version == '10.x' || matrix.node-version == '12.x'
+ run: npm install jest@^27.5.1
+
42
- name: Set debug on windows
43
if: matrix.os == 'windows-latest'
44
run: set DEBUG=*
0 commit comments