Skip to content

Commit 4dbc873

Browse files
authored
Merge pull request #40 from Apollon77/master
Update CI testing
2 parents 850b80b + 68a797d commit 4dbc873

File tree

3 files changed

+96
-71
lines changed

3 files changed

+96
-71
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ os:
55
language: node_js
66
node_js:
77
- '8'
8-
- '10'
98
- '12'
9+
- '14'
10+
- '16'
1011
before_script:
1112
- export NPMVERSION=$(echo "$($(which npm) -v)"|cut -c1)
1213
- 'if [[ $NPMVERSION == 5 ]]; then npm install -g npm@5; fi'

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 'test-{build}'
22
environment:
33
matrix:
4-
- nodejs_version: '8'
5-
- nodejs_version: '10'
64
- nodejs_version: '12'
5+
- nodejs_version: '14'
6+
- nodejs_version: '16'
77
platform:
88
- x86
99
- x64

0 commit comments

Comments
 (0)