update to node 16

This commit is contained in:
Thomas Boop
2022-04-29 11:42:40 -04:00
parent 3e2837ddce
commit e37b897f05
9 changed files with 79 additions and 79 deletions

View File

@@ -18,10 +18,10 @@ jobs:
- name: verify package exists
run: ls packages/${{ github.event.inputs.package }}
- 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