From abd822e0621cd62b4b5bdbdcb4d7221bae24598e Mon Sep 17 00:00:00 2001 From: "Peter A. Jonsson" Date: Mon, 13 May 2024 00:18:51 +0200 Subject: [PATCH] CI: also test on Node 22.x The terriajs test suite passes and this will be an LTS release in 6 months, so add it to the build matrix. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32785cd28..8f3ef7f2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x, 22.x] steps: - uses: actions/checkout@v2