There was an error while loading. Please reload this page.
1 parent e3639e5 commit e5bd519Copy full SHA for e5bd519
.github/workflows/codeclimate.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/setup-node@v1
10
with:
11
node-version: '14'
12
- - run: npm install -g jest
+ - run: npm install -g jest@^26
13
- run: npm install
14
- uses: paambaati/codeclimate-action@v2.4.0
15
env:
0 commit comments