diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index cdd5547a3..8a7cfc75c 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -26,7 +26,7 @@ jobs: # https://github.com/cypress-io/github-action/blob/master/action.yml # Node.js minor version is aligned to # https://github.com/actions/runner/blob/main/src/Misc/externals.sh - node-version: 20.19.2 + node-version: 20.19.4 - run: npm ci - run: npm run format - run: npm run build diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eeea84380..baadd6ef8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: # https://github.com/cypress-io/github-action/blob/master/action.yml # Node.js minor version is aligned to # https://github.com/actions/runner/blob/main/src/Misc/externals.sh - node-version: 20.19.2 + node-version: 20.19.4 - run: npm ci # Core action code - run: npm run format # Prettier formats core action code