File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 41
41
- checkout
42
42
- node/install-packages :
43
43
include-branch-in-cache-key : false
44
+ override-ci-command : npm ci --loglevel info --prefer-offline
44
45
- run :
45
46
name : Test
46
47
command : npm run test
@@ -129,16 +130,14 @@ jobs:
129
130
nvm --version
130
131
nvm install 16.20.0
131
132
nvm use 16.20.0
132
- - run :
133
- name : Increase NPM log level to avoid timeouts while installing packages
134
- command : npm config set loglevel info
135
133
- run : node --version && npm --version
136
134
- checkout
137
135
- node/install-packages :
138
136
# the Node orb doesn't understand the default cache path on Windows
139
137
# make sure to use a path that works with Windows Node.js AND MSYS/MinGW bash
140
138
cache-path : " C:/tmp/npm-cache"
141
139
include-branch-in-cache-key : false
140
+ override-ci-command : npm ci --loglevel info --prefer-offline
142
141
- run :
143
142
name : Test
144
143
command : npm run test
You can’t perform that action at this time.
0 commit comments