Skip to content

Commit

Permalink
chore(github) workflows: node: v12 -> v14
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Sep 17, 2020
1 parent 14dc7ac commit 1dbc978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Expand Up @@ -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
Expand Down

0 comments on commit 1dbc978

Please sign in to comment.