Run workflows on 16

This commit is contained in:
Ferenc Hammerl
2022-12-14 01:19:05 +01:00
parent cc9ec0424e
commit e1a991ffb7
5 changed files with 10 additions and 10 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