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.
1 parent 2e9c857 commit 83261ccCopy full SHA for 83261cc
.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:
.github/workflows/test.yml
@@ -12,6 +12,6 @@ jobs:
node-version: ${{ matrix.node }}
16
17
- run: npm run jest
0 commit comments