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 95fecc8 commit b1fc3e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
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"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"prettier"
],
"peerDependencies": {
"rollup": "^1.0.0 || ^2.0.0",
"prettier": "^1.0.0 || ^2.0.0"
"prettier": "^1.0.0 || ^2.0.0",
"rollup": "^1.0.0 || ^2.0.0"
},
"dependencies": {
"diff": "4.0.2",
Expand Down

0 comments on commit b1fc3e2

Please sign in to comment.