Skip to content

Commit

Permalink
test: run latest versions of node in CI (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Nov 10, 2021
1 parent ee20865 commit 30755cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
# awaiting support for 'latest'/'lts'. https://github.com/actions/setup-node/issues/26
node: [ '12', '14', '15' ]
node: [ '12', '14', '16', '17' ]
name: basics (node ${{ matrix.node }})

steps:
Expand Down

0 comments on commit 30755cd

Please sign in to comment.