From a6af6f7f84ae252b46b02a5f7fd7cffdff5468a7 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Sun, 3 Nov 2024 10:19:38 +0100 Subject: [PATCH] ci(deps): update internal ci to node.js 20.18.0 --- .github/workflows/check-dist.yml | 6 +++++- .github/workflows/main.yml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 67409a86b..00b4bb11d 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -22,7 +22,11 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 20.8.1 + # Action runs: using: node20 as defined in + # 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.18.0 - run: npm ci - run: npm run format - run: npm run build diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6235a9a4e..5e8aa48fe 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.13.1 + node-version: 20.18.0 - run: npm ci - run: npm run format - run: npm run build