From 74c6c96b732b468afa388d69ef67df85b3990eb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:34:37 +0000 Subject: [PATCH] Bump actions/setup-node from 3 to 4 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] --- .github/workflows/rust.yml | 2 +- .github/workflows/rust_publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c86c2ec1a4..c417f81793 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -163,7 +163,7 @@ jobs: run: "curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh" - name: Prepare node for running tests - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16 registry-url: https://registry.npmjs.org/ diff --git a/.github/workflows/rust_publish.yml b/.github/workflows/rust_publish.yml index 228be7d468..734e22ccf0 100644 --- a/.github/workflows/rust_publish.yml +++ b/.github/workflows/rust_publish.yml @@ -24,7 +24,7 @@ jobs: wasm-pack build src/core -d ../../pkg - name: Prepare node for NPM publishing - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 12 registry-url: https://registry.npmjs.org/