Update build.yaml

This commit is contained in:
Kevin Kandlbinder 2021-10-30 17:46:31 +02:00 committed by GitHub
parent 89eed54c2e
commit 10e3fdf89e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: "12.x"
node-version: "16.x"
- run: npm install
name: Install Dependencies