Update check-dist.yml

update setup node version
pull/689/head
Thomas Boop 3 years ago committed by GitHub
parent 8f5badc77e
commit 9ab5893ee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,10 +24,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set Node.js 12.x
- name: Set Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- name: Install dependencies
run: npm ci

Loading…
Cancel
Save