Skip to content

Commit

Permalink
Merge 9b21c7e into 42dcb59
Browse files Browse the repository at this point in the history
  • Loading branch information
ksoichiro committed May 14, 2021
2 parents 42dcb59 + 9b21c7e commit c75f16c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ branches:
- master
- "/^v?[0-9\\.]+/"
node_js:
- '16'
- '14'
- '12'
- '10'
- '8'
before_install:
- 'npm install -g npm@latest'
after_success:
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ branches:

environment:
matrix:
- nodejs_version: '16'
- nodejs_version: '14'
- nodejs_version: '12'
- nodejs_version: '10'
- nodejs_version: '8'

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

0 comments on commit c75f16c

Please sign in to comment.