Skip to content

Commit

Permalink
ci: Add Node 15 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
nprail committed Oct 30, 2020
1 parent 0ec8a67 commit 6a5cbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [8.x, 10.x, 12.x, 13.x, 14.x]
node-version: [8.x, 10.x, 12.x, 13.x, 14.x, 15.x]
os: [ubuntu-latest, macOS-latest]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 6a5cbad

Please sign in to comment.