From cc6b60148f3b633ec2839fe44360bc9708003ff6 Mon Sep 17 00:00:00 2001 From: krmax44 Date: Mon, 19 Feb 2024 18:40:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20bump=20node=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc8523ad2..d5949da93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,9 @@ jobs: with: python-version: '3.10' cache: 'pip' - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' cache: 'yarn' - name: Install dependencies run: |