update workflows

This commit is contained in:
Thomas Boop 2022-02-10 16:38:28 -05:00
parent edde26b28d
commit 1f55ef108e
3 changed files with 6 additions and 6 deletions

View file

@ -19,10 +19,10 @@ jobs:
- name: Checkout
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: npm install
run: npm install