diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b5e30aa3..0dd96d0d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: persist-credentials: false - name: Use Node.js LTS version - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version: lts/Krypton diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index 9524f5c8..f5a21bcf 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -19,7 +19,7 @@ jobs: persist-credentials: false - name: Use Node.js LTS version - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version: lts/Krypton