From 5a58aa3155086537fa8296fa801dafc7212bd266 Mon Sep 17 00:00:00 2001 From: Leonard Ehrenfried Date: Mon, 24 Jun 2024 09:54:44 +0200 Subject: [PATCH] Update to node 22 --- .github/workflows/cibuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index a4074e8c30d..13976cd2ea4 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -117,7 +117,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 - name: Build GTFS GraphQL API documentation run: |