diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06ab628..8930264 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node.js ${{ matrix.node-version }} - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ matrix.node-version }} registry-url: 'https://registry.npmjs.org' @@ -52,7 +52,7 @@ jobs: - name: Enable Corepack (pnpm from packageManager) run: corepack enable - name: Setup Node.js - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '26' cache: 'pnpm' @@ -75,7 +75,7 @@ jobs: - name: Setup Node.js - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '26' cache: 'pnpm' @@ -103,7 +103,7 @@ jobs: - name: Setup Node.js - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '26' cache: 'pnpm' @@ -138,7 +138,7 @@ jobs: - name: Setup Node.js - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '26' cache: 'pnpm' @@ -188,7 +188,7 @@ jobs: - name: Setup Node.js (NPM Registry) if: steps.check.outputs.skip != 'true' - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '26' registry-url: 'https://registry.npmjs.org' @@ -223,7 +223,7 @@ jobs: - name: Setup Node.js (GitHub Packages) if: steps.check.outputs.skip != 'true' - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '26' registry-url: 'https://npm.pkg.github.com' @@ -301,7 +301,7 @@ jobs: - name: Setup Node.js (NPM Registry) - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '26' registry-url: 'https://registry.npmjs.org' @@ -349,7 +349,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Setup Node.js (GitHub Packages) - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '26' registry-url: 'https://npm.pkg.github.com' diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 7102765..0e28cd9 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -22,7 +22,7 @@ jobs: - name: Enable Corepack (pnpm from packageManager) run: corepack enable - name: Setup Node.js - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '26' cache: 'pnpm'