diff --git a/.github/workflows/release-docker.yml b/.github/workflows/release-docker.yml index 73155276175..21b3a04b11e 100644 --- a/.github/workflows/release-docker.yml +++ b/.github/workflows/release-docker.yml @@ -25,7 +25,7 @@ jobs: version: 10.33.3 - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24.15.0 cache: pnpm diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index ed68c7aa438..45e41cadc39 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -30,7 +30,7 @@ jobs: version: 10.33.3 - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24.15.0 registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/release-web.yml b/.github/workflows/release-web.yml index dd92c509ddd..9b328a2dfe4 100644 --- a/.github/workflows/release-web.yml +++ b/.github/workflows/release-web.yml @@ -26,7 +26,7 @@ jobs: version: 10.33.3 - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24.15.0 cache: pnpm diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1e96c0a36a7..ee9f540af38 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: version: 10.33.3 - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24.15.0 cache: pnpm @@ -122,7 +122,7 @@ jobs: version: 10.33.3 - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24.15.0 cache: pnpm