Skip to content

Commit a85eed1

Browse files
Update install commands and node version for testing
1 parent a0da57d commit a85eed1

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ branches:
44
dist: xenial
55
language: node_js
66
node_js:
7-
- 12
8-
- 13
9-
- 14
7+
- 16
8+
- 18
109
- node
1110
os:
1211
- linux
1312
- osx
1413
install:
15-
npm install --dev
14+
npm install --include=dev
1615
script:
1716
- npm run lint
1817
- npm run test

appveyor.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ branches:
88
environment:
99
matrix:
1010
# node.js
11-
- nodejs_version: "12"
12-
- nodejs_version: "13"
13-
- nodejs_version: "14"
11+
- nodejs_version: "16"
12+
- nodejs_version: "18"
1413
- nodejs_version: ""
1514

1615
install:
1716
- ps: Install-Product node $env:nodejs_version
18-
- npm install --also=dev
17+
- npm install --include=dev
1918

2019
test_script:
2120
- npm run lint

0 commit comments

Comments
 (0)