Skip to content

Commit

Permalink
bump deps, test node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
derduher committed Apr 25, 2020
1 parent 397c047 commit 0ceebee
Show file tree
Hide file tree
Showing 4 changed files with 1,480 additions and 418 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

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

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js:
- "10.3"
- "12"
- "13"
- "14"
install:
- npm ci
script:
Expand Down
Loading

0 comments on commit 0ceebee

Please sign in to comment.