Skip to content

Commit

Permalink
chore: s/15/16 in node test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed May 28, 2021
1 parent 5312923 commit 363920f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14.x, 15.x]
node: [14.x, 16.x]
os: [macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 363920f

Please sign in to comment.