Skip to content

Commit 7c622b6

Browse files
authored
Merge pull request #167 from MasterOdin/chore-jest
Bump version of jest
2 parents 8460965 + da9f640 commit 7c622b6

File tree

3 files changed

+1985
-5809
lines changed

3 files changed

+1985
-5809
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
node-version: ${{ matrix.node-version }}
3333
cache: 'npm'
3434

35-
- name: Update npm
36-
if: matrix.node-version == '6.x'
37-
run: npm install -g npm@^5
38-
3935
- name: Install dependencies
4036
run: npm install
4137

38+
- name: Install jest for node < 14
39+
if: matrix.node-version == '10.x' || matrix.node-version == '12.x'
40+
run: npm install jest@^27.5.1
41+
4242
- name: Set debug on windows
4343
if: matrix.os == 'windows-latest'
4444
run: set DEBUG=*

0 commit comments

Comments
 (0)