Skip to content

Commit

Permalink
Merge pull request #239 from timbeadle/node-15
Browse files Browse the repository at this point in the history
Node v15
  • Loading branch information
timbeadle authored Oct 20, 2020
2 parents 07347cd + 096fc0b commit 4abfc21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 13.x, 14.x]
node-version: [10.x, 12.x, 13.x, 14.x, 15.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ node_js:
- "12"
- "13"
- "14"

- "15"

0 comments on commit 4abfc21

Please sign in to comment.