Update check-dist.yml

update setup node version
This commit is contained in:
Thomas Boop
2022-02-10 14:56:19 -05:00
committed by GitHub
parent 8f5badc77e
commit 9ab5893ee1

View File

@@ -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