From 6ed4542f5285ab9c7945a7f17acc2ed1db00631c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BD=D0=B8=D1=97=D0=BB=20=D0=93=D1=80=D0=B8?= =?UTF-8?q?=D0=B3=D0=BE=D1=80=27=D1=94=D0=B2?= Date: Sun, 5 Jun 2022 22:10:48 +0300 Subject: [PATCH] Update CI to use Node.js 16.x (#1428) This makes ESLint/TSLint work again. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7a362ee..78a05301 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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