From 8bdc7ac589ec7738de611792ae2a8c79be9bce02 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Mon, 2 Jun 2025 09:31:25 -0400 Subject: [PATCH] CI: Add Node.js 22 to CI matrix This just keeps us in line with all other repos https://github.com/pelias/pelias/issues/950 --- .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 f3f1f859..6efcedce 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -7,7 +7,7 @@ jobs: matrix: os: - ubuntu-22.04 - node-version: [ 18.x, 20.x ] + node-version: [ 18.x, 20.x, 22.x ] steps: - uses: actions/checkout@v4 - name: 'Install node.js ${{ matrix.node-version }}'