update action to node16

This commit is contained in:
Dmitry Shibanov 2022-02-25 10:33:36 +03:00
parent 7f80679172
commit 1d9fb14f0f
4 changed files with 7 additions and 7 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