From 756f6ede0d51768a0c25598de5f8444165ad9264 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Mon, 25 Nov 2024 23:26:39 +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/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 982116a..94743b3 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -7,7 +7,7 @@ jobs: matrix: os: - ubuntu-22.04 - node-version: + node-version: [ 18.x, 20.x, 22.x ] go-version: - 1.16.x steps: