Skip to content

Commit 83261cc

Browse files
committed
Lock jest version number in CI
1 parent 2e9c857 commit 83261cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeclimate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/setup-node@v1
1010
with:
1111
node-version: '14'
12-
- run: npm install -g jest
12+
- run: npm install -g jest@^26
1313
- run: npm install
1414
- uses: paambaati/codeclimate-action@v2.4.0
1515
env:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- uses: actions/setup-node@v1
1313
with:
1414
node-version: ${{ matrix.node }}
15-
- run: npm install -g jest
15+
- run: npm install -g jest@^26
1616
- run: npm install
1717
- run: npm run jest

0 commit comments

Comments
 (0)