Skip to content

Commit

Permalink
Update tests to run on Node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
SavageCore committed Aug 4, 2021
1 parent c315adc commit c554afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "10"
- "14"
before_install:
- npm install --global npm
- npm version
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ skip_tags: true

environment:
matrix:
- nodejs_version: "10"
- nodejs_version: "14"

cache:
- node_modules -> package.json
Expand Down

0 comments on commit c554afe

Please sign in to comment.