From 58ac27b2c7c4c3c67ffd54dbe8269cb7e54bcfb3 Mon Sep 17 00:00:00 2001 From: Martijn Imhoff Date: Wed, 6 Nov 2024 15:41:08 +0100 Subject: [PATCH] fix: add node 22 to build --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7a5534f2..f4030e26 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: build: strategy: matrix: - node: [16, 18, 20, 21] + node: [16, 18, 20, 22] os: [ubuntu-22.04] include: # single mac test due to minute multipliers