From 697d2f2f414b2fdcdbdd35b6500194b6dc07f91f Mon Sep 17 00:00:00 2001 From: t11r <1674104+t11r@users.noreply.github.com> Date: Tue, 14 May 2024 19:27:44 +0200 Subject: [PATCH] Increase Node versions Increase GitHub CI Node versions to 18 and 20 and recommended Node version to 20. --- .github/workflows/node.js.yml | 6 +++--- .nvmrc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index f8f858b6..894f4f2b 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [16, 18] + node-version: [18, 20] steps: - uses: actions/checkout@v3 @@ -61,7 +61,7 @@ jobs: strategy: matrix: - node-version: [16, 18] + node-version: [18, 20] steps: - uses: actions/checkout@v3 @@ -108,7 +108,7 @@ jobs: runs-on: macos-latest strategy: matrix: - node-version: [16, 18] + node-version: [18, 20] steps: - uses: actions/checkout@v3 diff --git a/.nvmrc b/.nvmrc index 3c032078..209e3ef4 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18 +20