From af2973f5f9402f36330e6ab02d26ff87a0fe7829 Mon Sep 17 00:00:00 2001 From: andyrooger <420834+andyrooger@users.noreply.github.com> Date: Fri, 10 May 2024 22:32:19 +0100 Subject: [PATCH] test(node): test against node 22 --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 32e2728..63abb4b 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -9,7 +9,7 @@ jobs: test: strategy: matrix: - node: ['16', '18', '20'] + node: ['16', '18', '20', '22'] os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }}