Skip to content

Commit

Permalink
Add testing for node v16
Browse files Browse the repository at this point in the history
  • Loading branch information
sth committed Apr 21, 2021
1 parent a164017 commit 854af3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04, macos-latest, windows-latest]
node: [10, 12, 14, 15]
node: [10, 12, 14, 15, 16]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 854af3e

Please sign in to comment.