1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

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

This makes ESLint/TSLint work again.
This commit is contained in:
Даниїл Григор'єв
2022-06-05 22:10:48 +03:00
committed by GitHub
parent b5e836864b
commit 6ed4542f52

View File

@@ -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