Skip to content

Commit

Permalink
chore: test only on Node.js v14 and v16
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd committed Feb 2, 2022
1 parent 8ff0acc commit 2de437b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 15.x]
node-version: [14.x, 16.x]
steps:
- name: Check out repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 2de437b

Please sign in to comment.