From cdd500a11ef376b3c408498bf1ab868a018c60c7 Mon Sep 17 00:00:00 2001 From: Pieter Wigboldus Date: Thu, 30 May 2024 22:27:46 +0200 Subject: [PATCH] Test with Node 22 --- .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 c7e25cc..62f3eb4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x, 21.x] + node-version: [18.x, 20.x, 21.x, 22.x] steps: - uses: actions/checkout@v4