Skip to content

Commit

Permalink
ci: Test with node 16 and 18.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalton committed Aug 11, 2022
1 parent 9315580 commit b1e6f9e
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', '14', 'lts/*']
node-versions: ['12', '14', '16', 'lts/*']
steps:
- uses: actions/checkout@v2
- name: Setup Node ${{ matrix.node-version }}
Expand Down

0 comments on commit b1e6f9e

Please sign in to comment.