From d044101b0df4de080ff15f4e0c0e2ffe753a740d Mon Sep 17 00:00:00 2001 From: Rhys Mills Date: Wed, 26 Jun 2024 17:00:49 +0100 Subject: [PATCH] Bump node version in ci.yaml to match repo version --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 25a5c87e8..365644b68 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16.14.0 + node-version: 18.20.3 cache: "npm" cache-dependency-path: "**/package-lock.json"