From 1a9590bbc66bda1ac41abfdb8814306be76d2659 Mon Sep 17 00:00:00 2001 From: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> Date: Sun, 20 Sep 2020 07:16:25 +0000 Subject: [PATCH] Updated node version in CI --- .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 b43def4..05120e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: 'Install Node.js' uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '14.x' - name: 'Install dependencies from npm' run: | npm install