From 0bce550b2a836def0591b1e52637eb23707943f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Wed, 29 Nov 2023 22:12:31 +0100 Subject: [PATCH] Update node version in lint workflow --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a839a9a1..0e315967 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,7 +2,7 @@ name: lint on: push: branches: - - main + - main pull_request: jobs: @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: "14" + node-version: "18" - name: Install dependencies run: yarn - name: Fetch Algorithms