Skip to content

Commit

Permalink
chore(ci): add node 15
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeanroy committed Oct 25, 2020
1 parent a9b2965 commit 96e8537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
os: [ windows-latest, ubuntu-latest, macos-latest ]
node: [ 10, 11, 12, 13, 14 ]
node: [ 10, 11, 12, 13, 14, 15 ]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ node_js:
- "12"
- "13"
- "14"
- "15"

0 comments on commit 96e8537

Please sign in to comment.