chore(github) workflows: node: v12 -> v14

This commit is contained in:
coderaiser 2020-09-17 16:56:36 +03:00
parent 14dc7ac3a3
commit 1dbc978916

View file

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