From e73107dae018f5b9768cba0536aa1f9f8a3e8887 Mon Sep 17 00:00:00 2001 From: Alex Anthony Date: Sun, 18 May 2025 18:27:30 +0100 Subject: [PATCH] Test on 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 ab2b6b6..499038c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [14.x, 18.x, 20.x] + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v2