Skip to content

Commit

Permalink
chore: test node 12, 14 and 16
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Jun 10, 2021
1 parent 46053a6 commit d18362f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit d18362f

Please sign in to comment.