From fc8b39a5a495dc4ef373aae1c9e434d6f68ca84f Mon Sep 17 00:00:00 2001 From: Vincent Plannthin Date: Thu, 2 Nov 2023 16:21:08 +0100 Subject: [PATCH] bump LTS version of node in CI --- .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 bf067f70..f40fef80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: [push, pull_request] env: FORCE_COLOR: true - NODE_VERSION: latest + NODE_VERSION: 20 jobs: setup: @@ -42,7 +42,7 @@ jobs: strategy: matrix: - node_version: [16, 18] + node_version: [18, 20] steps: - uses: actions/checkout@v3