Skip to content

Commit

Permalink
Merge pull request #40 from Apollon77/master
Browse files Browse the repository at this point in the history
Update CI testing
  • Loading branch information
foxthefox authored Sep 10, 2021
2 parents 850b80b + 68a797d commit 4dbc873
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 71 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ os:
language: node_js
node_js:
- '8'
- '10'
- '12'
- '14'
- '16'
before_script:
- export NPMVERSION=$(echo "$($(which npm) -v)"|cut -c1)
- 'if [[ $NPMVERSION == 5 ]]; then npm install -g npm@5; fi'
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: 'test-{build}'
environment:
matrix:
- nodejs_version: '8'
- nodejs_version: '10'
- nodejs_version: '12'
- nodejs_version: '14'
- nodejs_version: '16'
platform:
- x86
- x64
Expand Down
Loading

0 comments on commit 4dbc873

Please sign in to comment.