From 4dff1abdae84e7604882611683f3f53b4b4806eb Mon Sep 17 00:00:00 2001 From: Will Jordan Date: Mon, 25 Mar 2024 13:27:42 +0100 Subject: [PATCH] Update test to use js 20 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c206754..1c4ab55 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -87,10 +87,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set Node.js 16.x + - name: Set Node.js 20.x uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x - name: Install dependencies run: npm ci