Skip to content

Commit

Permalink
Update node testing matrix and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rejas committed Jul 9, 2021
1 parent 30da3df commit 689165a
Show file tree
Hide file tree
Showing 4 changed files with 13,978 additions and 1,526 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ os: linux
dist: xenial
language: node_js
node_js:
- 10
- 12
- 14
- 16
before_install:
- npm install -g npm@latest
before_script:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
environment:
matrix:
- nodejs_version: 10
- nodejs_version: 12
- nodejs_version: 14
- nodejs_version: 16

install:
- ps: Install-Product node $env:nodejs_version x64
Expand Down
Loading

0 comments on commit 689165a

Please sign in to comment.