Skip to content

Commit

Permalink
Update CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Jul 29, 2022
1 parent 74f569a commit 2bd356e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '14'
- run: npm install -g jest
- run: npm install -g jest@^26
- run: npm install
- uses: paambaati/[email protected]
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
name: Unit tests (node ${{ matrix.node }})
strategy:
matrix:
node: [ '14', '10' ]
node: [ '16', '14', '12' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: npm install -g jest
- run: npm install -g jest@^26
- run: npm install
- run: npm run jest

0 comments on commit 2bd356e

Please sign in to comment.