From 1dbc978916066fa317b397212424bfa4e9bcfe44 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 17 Sep 2020 16:56:36 +0300 Subject: [PATCH] chore(github) workflows: node: v12 -> v14 --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 15f55f5ea8..65a0173c69 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,10 +9,10 @@ jobs: steps: - uses: actions/checkout@master - - name: Use Node.js 12.x + - name: Use Node.js 14.x uses: actions/setup-node@v1 with: - version: 12.x + node-version: 14.x - name: npm install, build, and test run: | npm install