From 53d705fab0d23bf3c0fd7ca09d6ad84684855269 Mon Sep 17 00:00:00 2001 From: D050513 Date: Tue, 31 Oct 2023 15:40:21 +0100 Subject: [PATCH] node-version: [20.x, 18.x] --- .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 e4676f3..8011e3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [18.x, 16.x] + node-version: [20.x, 18.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}