Use node16

This commit is contained in:
Ferenc Hammerl
2022-11-04 11:23:04 +00:00
parent eda924b207
commit 8550e77f38
5 changed files with 10 additions and 10 deletions

View File

@@ -20,10 +20,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set Node.js 14.x
- name: Set Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- run: npm install -g npm@latest
- name: npm install