From c36d66d96d0765945c2781168a99b6b76da2565c Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Tue, 26 Nov 2024 16:10:01 +0100 Subject: [PATCH] CI: Test Node.js versions supported by this repo This also rewrites our CI config so that all Node.js versions are on one line for ease of future grepping https://github.com/pelias/pelias/issues/950 --- .github/workflows/_test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index c82b9bc9..677d3e97 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -7,8 +7,7 @@ jobs: matrix: os: - ubuntu-22.04 - node-version: - - 18.x + node-version: [ 18.x, 20.x ] steps: - uses: actions/checkout@v4 - name: 'Install node.js ${{ matrix.node-version }}'