From c13bef11bdb64333e22d65c0b38f14ae777d7771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathis=20Dr=C3=B6ge?= Date: Mon, 13 May 2024 15:03:10 +0200 Subject: [PATCH] Install Node 18 in the GitHub workflows --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91b2b5ad..e69f3f2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4.0.1 with: - node-version: 16 + node-version: 18 - run: yarn install