From 62055d46619804a111fe3d6c7abea1f114e821a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 23:33:27 +0000 Subject: [PATCH] chore(deps): update dependency node to v20.19.5 --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/lint.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffadd30c5c..37b046221c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: "20.19.1" + node-version: "20.19.5" - name: Install Wasm Pack run: cargo install wasm-bindgen-cli --vers "0.2.92" @@ -115,7 +115,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: "20.19.1" + node-version: "20.19.5" - name: Package Install run: npm install @@ -140,7 +140,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: "20.19.1" + node-version: "20.19.5" - name: Install Prettier run: npm i -g prettier @@ -299,7 +299,7 @@ jobs: if: (startsWith(github.event.head_commit.message, 'feat') || startsWith(github.event.head_commit.message, 'fix')) && (github.event_name == 'push' && github.ref == 'refs/heads/main') uses: actions/setup-node@v4 with: - node-version: 20.19.1 + node-version: 20.19.5 registry-url: https://registry.npmjs.org - name: Install dependencies @@ -421,7 +421,7 @@ jobs: - name: Install Node uses: actions/setup-node@v4 with: - node-version: 20.19.1 + node-version: 20.19.5 registry-url: https://registry.npmjs.org - name: Install Rust uses: actions-rust-lang/setup-rust-toolchain@v1 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index dc3df23375..330cd3a795 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,7 +28,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: "20.19.1" + node-version: "20.19.5" - name: Install Prettier run: npm install --global prettier - name: Install Stable Toolchain