Update Default runtime to node16 (#290)

This commit is contained in:
Thomas Boop 2022-02-22 03:27:25 -05:00 committed by Michal Dvořák
parent a12e082d83
commit 8444fbbe8b
No known key found for this signature in database
GPG key ID: 42E7AE26FA8092D2
3 changed files with 5 additions and 5 deletions

View file

@ -20,10 +20,10 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- name: Setup Node.JS 12
- name: Setup Node.JS 16
uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 16.x
cache: npm
- run: npm ci
- run: npm run build