Skip to content

Commit

Permalink
Run main tests on Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
atjn committed Dec 1, 2021
1 parent caf8b1a commit 3574f57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14.x]
node-version: [16.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
include:
- node-version: 12.x
os: ubuntu-latest
- node-version: 16.x
- node-version: 14.x
os: ubuntu-latest

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 3574f57

Please sign in to comment.