Skip to content

Commit 34cd2de

Browse files
authored
Merge pull request #287 from humanmade/regenerate-package-lockfiles
Increase NPM version requirement and regenerate package lockfiles
2 parents 9aedd9d + f69e7e1 commit 34cd2de

File tree

9 files changed

+16118
-72
lines changed

9 files changed

+16118
-72
lines changed

.travis.yml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -32,29 +32,11 @@ 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
39-
- npm install
40-
- cd ../..
41-
script:
42-
- npm test
43-
- 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
54-
install:
55-
- npm install
56-
- cd packages/eslint-config-humanmade
57-
- npm install
39+
- npm install --legacy-peer-deps
5840
- cd ../..
5941
script:
6042
- npm test

0 commit comments

Comments
 (0)