Skip to content

Commit a6f18cb

Browse files
committed
Update travis CI config for supported nodeJS
1 parent 31adf34 commit a6f18cb

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.travis.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
script:
3333
- vendor/bin/phpunit
3434
- language: node_js
35-
node_js: 10
35+
node_js: 16
3636
install:
3737
- npm install
3838
- cd packages/eslint-config-humanmade
@@ -41,16 +41,7 @@ jobs:
4141
script:
4242
- npm test
4343
- language: node_js
44-
node_js: 12
45-
install:
46-
- npm install
47-
- cd packages/eslint-config-humanmade
48-
- npm install
49-
- cd ../..
50-
script:
51-
- npm test
52-
- language: node_js
53-
node_js: 14
44+
node_js: 18
5445
install:
5546
- npm install
5647
- cd packages/eslint-config-humanmade

0 commit comments

Comments
 (0)