File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 23
23
uses : actions/download-artifact@v1
24
24
with :
25
25
name : engine-release
26
- - run : SKIP_BUILD=1 npm ci
26
+ - run : npm i
27
27
shell : bash
28
- - run : cd ./integration-tests/js-compute && npm ci
28
+ - run : cd ./integration-tests/js-compute && npm i
29
29
shell : bash
30
30
- run : cd ./integration-tests/js-compute && ./test.js ${{ inputs.fixture }}
31
31
shell : bash
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138
138
path : " /home/runner/.cargo/bin/viceroy"
139
139
key : crate-cache-viceroy-${{ env.viceroy_version }}
140
140
141
- - run : npm ci
141
+ - run : npm i
142
142
143
143
- name : Build WPT runtime
144
144
run : |
@@ -228,7 +228,7 @@ jobs:
228
228
with :
229
229
name : engine-release
230
230
231
- - run : npm ci
231
+ - run : npm i
232
232
233
233
- name : js-compute Integration Tests Job
234
234
timeout-minutes : 20
@@ -280,7 +280,7 @@ jobs:
280
280
runs-on : ubuntu-latest
281
281
steps :
282
282
- uses : actions/checkout@v2
283
- - run : npm ci
283
+ - run : npm i
284
284
shell : bash
285
285
- run : npm run test:types
286
286
Original file line number Diff line number Diff line change 25
25
" CHANGELOG.md"
26
26
],
27
27
"scripts" : {
28
- "install:ci" : " npm ci" ,
29
28
"test" : " tsd" ,
30
29
"test:types" : " tsd" ,
31
30
"docs" : " npm run docs:clean && npm run docs:typedoc" ,
You can’t perform that action at this time.
0 commit comments