diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed2ea6a78..55a46e160 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: # so we take it from the runtime rather than self-upgrading a running npm # in place (which is fragile). Pin the version; bump it deliberately. - name: Setup Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '24.15.0' registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index eea727219..6ce8b7504 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -28,7 +28,7 @@ jobs: with: persist-credentials: false - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '24.15.0' cache: 'npm' diff --git a/.github/workflows/tagging.yml b/.github/workflows/tagging.yml index db4da9aeb..edf3d61a7 100644 --- a/.github/workflows/tagging.yml +++ b/.github/workflows/tagging.yml @@ -24,7 +24,7 @@ jobs: with: persist-credentials: false - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '24.15.0' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 44ad3fe47..d0031f0df 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: with: fetch-depth: 0 persist-credentials: false - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '24.15.0' cache: 'npm' diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index b2d10fa99..e41874af1 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -36,7 +36,7 @@ jobs: with: persist-credentials: false - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '24.15.0' cache: 'npm'