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/