File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 62
62
name : ' nvm install ${{ matrix.node-version }} && npm install'
63
63
with :
64
64
node-version : ${{ matrix.node-version }}
65
- after_install : NPM_CONFIG_LEGACY_PEER_DEPS=true npm install --no-save "eslint@${{ matrix.eslint }}"
65
+ after_install : npm install --no-save "eslint@${{ matrix.eslint }}"
66
66
skip-ls-check : true
67
+ env :
68
+ NPM_CONFIG_LEGACY_PEER_DEPS : true
67
69
- run : npm run unit-test
68
70
- uses : codecov/codecov-action@v1
69
71
Original file line number Diff line number Diff line change 13
13
with :
14
14
node-version : ' lts/*'
15
15
skip-ls-check : true
16
+ env :
17
+ NPM_CONFIG_LEGACY_PEER_DEPS : true
16
18
- run : npm run pretest
17
19
18
20
posttest :
25
27
with :
26
28
node-version : ' lts/*'
27
29
skip-ls-check : true
30
+ env :
31
+ NPM_CONFIG_LEGACY_PEER_DEPS : true
32
+ - run : echo 'legacy-peer-deps=true' >> .npmrc
28
33
- run : npm run posttest
Original file line number Diff line number Diff line change 13
13
with :
14
14
node-version : ' lts/*'
15
15
skip-ls-check : true
16
+ env :
17
+ NPM_CONFIG_LEGACY_PEER_DEPS : true
16
18
- run : npm run generate-list-of-rules
You can’t perform that action at this time.
0 commit comments