From 629e4ab1fcbfd48d5ff5d1b7f4878978221463ac Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Thu, 22 Feb 2024 16:10:24 +0100 Subject: [PATCH] Update CI to match latest server version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4024fd1..94188f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 20.8.0 + node-version: 20.11.1 check-latest: true cache: 'npm'