From 245b06fe3787755080b402379cfa3174981024f9 Mon Sep 17 00:00:00 2001 From: Marco Roth Date: Wed, 7 Feb 2024 23:59:20 +0100 Subject: [PATCH] Upgrade versions in Dev Builds Action --- .github/workflows/dev-builds.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev-builds.yml b/.github/workflows/dev-builds.yml index 889306f8..0a055680 100644 --- a/.github/workflows/dev-builds.yml +++ b/.github/workflows/dev-builds.yml @@ -11,10 +11,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: '16' + node-version: 20 cache: 'yarn' - run: yarn install