Skip to content

Commit

Permalink
Merge 252e43d into 552b268
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Oct 23, 2020
2 parents 552b268 + 252e43d commit 84d7645
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 @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '10', '12', '13', '14' ]
node: [ '10', '12', '14', '15' ]
name: Node.js ${{ matrix.node }} CI
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 @@ -4,8 +4,8 @@

language: node_js
node_js:
- "15"
- "14"
- "13"
- "12"
- "10"
after_success:
Expand Down

0 comments on commit 84d7645

Please sign in to comment.