From 4a189337a29880e89217ce39f0973093a6134c23 Mon Sep 17 00:00:00 2001 From: Marco Falkenberg Date: Mon, 4 Dec 2023 13:31:18 +0100 Subject: [PATCH] Set Node to 20 --- .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 231464136..a8182b1f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: "yarn" - run: yarn install --immutable - uses: nrwl/nx-set-shas@v3