Skip to content

Commit

Permalink
start CI testing on Node.js 17
Browse files Browse the repository at this point in the history
  • Loading branch information
chappjc committed Dec 27, 2021
1 parent bdb2c02 commit 36cbb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x, 17.x]
steps:
- uses: actions/checkout@v2
- name: Use nodejs ${{ matrix.node-version }}
Expand Down

0 comments on commit 36cbb3e

Please sign in to comment.