From 2a3584793e5d10ef65ed27d5cbb029595662207d Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Mon, 22 Jul 2024 15:59:39 +0200 Subject: [PATCH] ci(deps): update main workflow node.js to 20.13.1 (#1218) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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