Use node 20 in github workflows

Change-Id: I5850572bf604edd91b8a6f4e7b34ebf788e5c65b
This commit is contained in:
Manuel Stahl 2024-04-19 09:36:09 +02:00
parent 881760c8d8
commit 6bdeadcc3e
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ jobs:
fetch-tags: true
- uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"
- name: Install and Build 🔧
run: |
yarn install --immutable

View file

@ -19,7 +19,7 @@ jobs:
fetch-tags: true
- uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"
- run: yarn install --immutable
- run: yarn build
- run: |