Skip to content

Commit e5bd519

Browse files
committed
Update codeclimate github workflow
1 parent e3639e5 commit e5bd519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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:

0 commit comments

Comments
 (0)