Skip to content

Commit e80de0c

Browse files
Jake ChampionJakeChampion
authored andcommitted
use npm i
1 parent 02ad828 commit e80de0c

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/actions/e2e/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ runs:
2323
uses: actions/download-artifact@v1
2424
with:
2525
name: engine-release
26-
- run: SKIP_BUILD=1 npm ci
26+
- run: npm i
2727
shell: bash
28-
- run: cd ./integration-tests/js-compute && npm ci
28+
- run: cd ./integration-tests/js-compute && npm i
2929
shell: bash
3030
- run: cd ./integration-tests/js-compute && ./test.js ${{ inputs.fixture }}
3131
shell: bash

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
path: "/home/runner/.cargo/bin/viceroy"
139139
key: crate-cache-viceroy-${{ env.viceroy_version }}
140140

141-
- run: npm ci
141+
- run: npm i
142142

143143
- name: Build WPT runtime
144144
run: |
@@ -228,7 +228,7 @@ jobs:
228228
with:
229229
name: engine-release
230230

231-
- run: npm ci
231+
- run: npm i
232232

233233
- name: js-compute Integration Tests Job
234234
timeout-minutes: 20
@@ -280,7 +280,7 @@ jobs:
280280
runs-on: ubuntu-latest
281281
steps:
282282
- uses: actions/checkout@v2
283-
- run: npm ci
283+
- run: npm i
284284
shell: bash
285285
- run: npm run test:types
286286

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"CHANGELOG.md"
2626
],
2727
"scripts": {
28-
"install:ci": "npm ci",
2928
"test": "tsd",
3029
"test:types": "tsd",
3130
"docs": "npm run docs:clean && npm run docs:typedoc",

0 commit comments

Comments
 (0)