Browse Source

Bump actions/setup-node from 3 to 4 (#3414)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3417/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
751e7054bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release.yml
  2. 2
      .github/workflows/webassembly.yml

2
.github/workflows/release.yml

@ -57,7 +57,7 @@ jobs:
uses: baptiste0928/cargo-install@v2.2.0
with:
crate: wasm-pack
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: npm ci

2
.github/workflows/webassembly.yml

@ -47,7 +47,7 @@ jobs:
~/.cargo/registry
boa_wasm/pkg
key: ${{ runner.os }}-npm-build-target-${{ hashFiles('**/package-lock.json') }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "16"
- run: npm ci

Loading…
Cancel
Save