From 243a44147d0acc3fdb7e227e3c1f09376853c1b0 Mon Sep 17 00:00:00 2001 From: Gauthier Fiorentino Date: Thu, 14 Mar 2024 15:00:13 +0100 Subject: [PATCH] CI: Update node version --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9438da4..f16ec50 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: uses: actions/setup-node@v4 with: # TODO: add version to a .nvmrc or at least a variable - node-version: 16.13.x + node-version: 18.12.1 cache: npm - name: Install run: npm ci