From 05ecb748c710934f98dabedf21307fc71af34d4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aura=20Rom=C3=A1n?= Date: Sun, 12 Nov 2023 00:12:24 +0100 Subject: [PATCH] fix: missed this node v20 bump in CI --- .github/workflows/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 04ced5a470f..f042b4036a6 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -53,10 +53,10 @@ jobs: uses: actions/checkout@v3 with: submodules: true - - name: Use Node.js v18 + - name: Use Node.js v20 uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: yarn - name: Install Dependencies run: yarn --immutable