Update CI to use Node.js 16.x (#1428)

This makes ESLint/TSLint work again.
pull/1433/head
Даниїл Григор'єв 2 years ago committed by GitHub
parent b5e836864b
commit 6ed4542f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2-beta
with:
node-version: 10.x
node-version: 16.x
- name: Checkout repo
uses: actions/checkout@v2

Loading…
Cancel
Save