diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3cfba4d4..110752a9 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@53b83947a5a98c8d113130e565377fae1a50d02f + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: lts/Krypton diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index c913fe34..e944c517 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@53b83947a5a98c8d113130e565377fae1a50d02f + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: lts/Krypton