diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 463fd9eb8..4185ce6e8 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.8.1 + node-version: 20.13.1 - run: npm ci - run: npm run format - run: npm run build