Update default runtime to node16 (#192)

This commit is contained in:
Dmitry Shibanov
2022-02-22 18:25:23 +03:00
committed by GitHub
parent 5b0ae0e97d
commit fb9a043dd8
5 changed files with 11 additions and 7 deletions

View File

@ -19,10 +19,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup node 12
- name: Setup node 16
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 16
cache: npm
- name: npm ci