Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to '.github/workflows/release.yaml')
-rw-r--r--.github/workflows/release.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 9ab4a0b9d2..c8e6de72ce 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -69,7 +69,7 @@ jobs:
- name: Install Node.js toolchain
uses: actions/setup-node@v4
with:
- node-version: 20
+ node-version: 22
- name: Install Rust toolchain
run: |
@@ -188,7 +188,7 @@ jobs:
- name: Install Nodejs
uses: actions/setup-node@v4
with:
- node-version: 20
+ node-version: 22
- run: echo "TAG=$(date --iso -u)" >> $GITHUB_ENV
if: github.ref == 'refs/heads/release'