mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(github) workflows: node: v12 -> v14
This commit is contained in:
parent
14dc7ac3a3
commit
1dbc978916
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue