From b54f381c8145f990dc0e3f78d1566aaf204639c7 Mon Sep 17 00:00:00 2001 From: Will Harney <62956339+wjhsf@users.noreply.github.com> Date: Tue, 30 Sep 2025 16:30:21 +0000 Subject: [PATCH] chore(ci): use latest node v20 in GitHub Actions #453 and #454 are failing because of `engines` checks --- .github/workflows/unit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 49b0ab4..f2fbe9c 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: '20.12.1' + node-version: '20.19.5' cache: 'yarn' - name: Install dependencies