From ff790f851aac4a25b2c82dbb5d103746458c9186 Mon Sep 17 00:00:00 2001 From: Ranieri Althoff Date: Tue, 21 May 2024 17:53:54 +0200 Subject: [PATCH] Add Node 22 to test matrix --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c98a0a7..5d7ab5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: test: strategy: matrix: - node-version: [18, 20] + node-version: [18, 20, 22] os: [ubuntu-20.04, macos-11, macos-m1, windows-2019] name: Test for node-${{ matrix.node-version }} on ${{ matrix.os }} @@ -52,7 +52,7 @@ jobs: test-alpine: strategy: matrix: - node-version: [18, 20] + node-version: [18, 20, 22] name: Test for node-${{ matrix.node-version }} on Alpine Linux runs-on: ubuntu-latest @@ -78,7 +78,7 @@ jobs: test-freebsd: strategy: matrix: - node-version: [18, 20] + node-version: [18, 20, 22] name: Test for node-${{ matrix.node-version }} on FreeBSD runs-on: ubuntu-latest