Skip to content

Commit

Permalink
ci: Test on node 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalton committed Aug 11, 2022
1 parent ab4989e commit 302c9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-versions: [12.x, 14.x]
node-versions: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Setup Node ${{ matrix.node-version }}
Expand Down

0 comments on commit 302c9ce

Please sign in to comment.