Skip to content

Commit

Permalink
Use setup-node@v3 + npm ci command
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed Mar 19, 2022
1 parent 2e7a4b3 commit f0631bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- uses: actions/checkout@v3
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: "16"
- run: npm install
- run: npm ci
- name: Cache npm build
uses: actions/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/webassembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
~/.cargo/registry
boa_wasm/pkg
key: ${{ runner.os }}-npm-build-target-${{ hashFiles('**/package-lock.json') }}
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: "16"
- run: npm install
- run: npm ci
- run: npm run build

0 comments on commit f0631bd

Please sign in to comment.