Skip to content

Commit fdae128

Browse files
Bump actions/setup-node from 4 to 5 (RustPython#6160)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '5' 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>
1 parent 11e1330 commit fdae128

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ jobs:
395395
python-version: ${{ env.PYTHON_VERSION }}
396396
- run: python -m pip install -r requirements.txt
397397
working-directory: ./wasm/tests
398-
- uses: actions/setup-node@v4
398+
- uses: actions/setup-node@v5
399399
with:
400400
cache: "npm"
401401
cache-dependency-path: "wasm/demo/package-lock.json"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108

109109
- name: install wasm-pack
110110
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
111-
- uses: actions/setup-node@v4
111+
- uses: actions/setup-node@v5
112112
- uses: mwilliamson/setup-wabt-action@v3
113113
with: { wabt-version: "1.0.30" }
114114
- name: build demo

0 commit comments

Comments
 (0)