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