We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0da57d commit a85eed1Copy full SHA for a85eed1
.travis.yml
@@ -4,15 +4,14 @@ branches:
4
dist: xenial
5
language: node_js
6
node_js:
7
- - 12
8
- - 13
9
- - 14
+ - 16
+ - 18
10
- node
11
os:
12
- linux
13
- osx
14
install:
15
- npm install --dev
+ npm install --include=dev
16
script:
17
- npm run lint
18
- npm run test
appveyor.yml
@@ -8,14 +8,13 @@ branches:
environment:
matrix:
# node.js
- - nodejs_version: "12"
- - nodejs_version: "13"
- - nodejs_version: "14"
+ - nodejs_version: "16"
+ - nodejs_version: "18"
- nodejs_version: ""
- ps: Install-Product node $env:nodejs_version
- - npm install --also=dev
+ - npm install --include=dev
19
20
test_script:
21
0 commit comments