From 2621db96301db6083e3689a41847ccb0a1e7c2f5 Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Thu, 19 Dec 2024 16:45:35 +0100 Subject: [PATCH] Update Node to match server --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62db4885..45e69e83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: # Install Node - uses: actions/setup-node@v4 with: - node-version: 20.8.0 + node-version: 20.18.1 cache: 'npm' # Install & build & test: @@ -60,7 +60,7 @@ jobs: # Install Node - uses: actions/setup-node@v4 with: - node-version: 20.8.0 + node-version: 20.18.1 cache: 'npm' # Install & unit test & build