diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 27fe55973a..c417bde76f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v6
- run: rustup target add wasm32-unknown-unknown
- uses: Swatinem/rust-cache@v2
- - uses: actions/setup-node@v6.1.0
+ - uses: actions/setup-node@v6.2.0
with:
# Set to the oldest version still maintained, in order to ensure compatibility. See
node-version: '18'
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index c161b7b9f1..fd9761e0da 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -62,7 +62,7 @@ jobs:
with:
path: repo
- run: rustup target add wasm32-unknown-unknown
- - uses: actions/setup-node@v6.1.0
+ - uses: actions/setup-node@v6.2.0
with:
node-version: current
- run: npm install
@@ -178,7 +178,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- run: rustup target add wasm32-unknown-unknown
- - uses: actions/setup-node@v6.1.0
+ - uses: actions/setup-node@v6.2.0
with:
# Set to the oldest version still maintained, in order to ensure compatibility. See
node-version: 18
@@ -207,7 +207,7 @@ jobs:
with:
fetch-depth: 0 # Necessary below for checking if the tag exists.
- run: rustup target add wasm32-unknown-unknown
- - uses: actions/setup-node@v6.1.0
+ - uses: actions/setup-node@v6.2.0
with:
# Set to the oldest version still maintained, in order to ensure compatibility. See
node-version: 18