From aa54ebf07b6a65460c1f263e32bb43dae487a97d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 20:13:00 +0000 Subject: [PATCH] chore(deps): update dependency node to v20.19.4 --- .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..71a0797202 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.4" - 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.4" - 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.4" - 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.4 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.4 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..8cf7a0b3d9 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.4" - name: Install Prettier run: npm install --global prettier - name: Install Stable Toolchain