From 863a5e02f2c144c54be88ff962b0a902684c6527 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Thu, 8 Feb 2024 14:41:20 +1100 Subject: [PATCH] chore: update Node.js versions in CI --- .github/workflows/test-and-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 4b6b20b..af74d22 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -5,7 +5,7 @@ jobs: strategy: fail-fast: false matrix: - node: [14.x, 16.x, 18.x, lts/*, current] + node: [18.x, 20.x, lts/*, current] os: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: @@ -35,7 +35,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4.0.2 with: - node-version: 18 + node-version: lts/* - name: Install dependencies run: | npm install --no-progress --no-package-lock --no-save