Update build.yaml

This commit is contained in:
Kevin Kandlbinder 2022-11-15 13:29:21 +01:00 committed by GitHub
parent 68b1b79081
commit 558591f986
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: "16.x" node-version: "18.x"
- run: yarn - run: yarn
name: Install Dependencies name: Install Dependencies