diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7a07e3..6edb938 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: echo "DEPLOYMENT_ENVIRONMENT=ci" >> "${GITHUB_ENV}" - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version-file: .node-version cache: npm diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3b4415b..029993e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -86,7 +86,7 @@ jobs: echo "feed_schema_version=${feed_schema_version}" >> "${GITHUB_OUTPUT}" - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version-file: .node-version cache: npm diff --git a/.github/workflows/external-links.yml b/.github/workflows/external-links.yml index 2b28c84..4c77bb3 100644 --- a/.github/workflows/external-links.yml +++ b/.github/workflows/external-links.yml @@ -24,7 +24,7 @@ jobs: persist-credentials: false - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version-file: .node-version cache: npm diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index b46468c..1880798 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version-file: .node-version cache: npm diff --git a/.github/workflows/rollback.yml b/.github/workflows/rollback.yml index 3695972..78d2f41 100644 --- a/.github/workflows/rollback.yml +++ b/.github/workflows/rollback.yml @@ -85,7 +85,7 @@ jobs: echo "content_hash=${content_hash}" >> "${GITHUB_OUTPUT}" - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version-file: site/.node-version cache: npm