Skip to content

Commit

Permalink
test: run test on node 14 (#4272)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed May 13, 2020
1 parent 427a30a commit 9c67298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
node-version: [8, 10, 12]
node-version: [8, 10, 12, 14]
steps:
- name: Checkout Git Source
uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ node_js:
- '8'
- '10'
- '12'
- '13'
- '14'
before_install:
- npm install -g npminstall
install:
Expand Down

0 comments on commit 9c67298

Please sign in to comment.