From 5d28009fa89844b318b545cfbd2b4a4ea371b702 Mon Sep 17 00:00:00 2001 From: Leonard Ehrenfried Date: Mon, 24 Jun 2024 09:54:44 +0200 Subject: [PATCH] Update to node 20 --- .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..233ea8635ee 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: 20 - name: Build GTFS GraphQL API documentation run: |