diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6bdd6fc..bea56a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: version: 8.10.2 - name: Setup Node.js - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: "22" cache: pnpm diff --git a/.github/workflows/manage-npm-dist-tags.yml b/.github/workflows/manage-npm-dist-tags.yml index 336af90..675ce0c 100644 --- a/.github/workflows/manage-npm-dist-tags.yml +++ b/.github/workflows/manage-npm-dist-tags.yml @@ -91,7 +91,7 @@ jobs: fi - name: Setup Node.js - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: "22.14.0" registry-url: https://registry.npmjs.org diff --git a/.github/workflows/public-repo-hygiene.yml b/.github/workflows/public-repo-hygiene.yml index c532482..2c43d3b 100644 --- a/.github/workflows/public-repo-hygiene.yml +++ b/.github/workflows/public-repo-hygiene.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - name: Setup Node.js - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: "22.14.0" package-manager-cache: false diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 489d362..e93e375 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -33,7 +33,7 @@ jobs: version: 8.10.2 - name: Setup Node.js - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: "22.14.0" registry-url: https://registry.npmjs.org @@ -173,7 +173,7 @@ jobs: path: artifact - name: Setup Node.js - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: "22.14.0" registry-url: https://registry.npmjs.org