From d5fd9e3eba679c1a364c8a9f60e05f230f6800f5 Mon Sep 17 00:00:00 2001 From: ChrisHanuta Date: Wed, 3 Jul 2024 18:27:35 +0200 Subject: [PATCH] node version: 16 removed; 22 add --- .github/workflows/test-and-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index ceb9747..48e539f 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x, 22.x] steps: - name: Checkout source Code @@ -52,7 +52,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x, 22.x] os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }} @@ -88,7 +88,7 @@ jobs: startsWith(github.ref, 'refs/tags/v') strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x, 22.x] os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }}