mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-22 05:50:48 +02:00
chore(ci): lock node version (#5908)
This commit is contained in:
parent
82ce37f9f9
commit
a8bb387e80
2 changed files with 6 additions and 5 deletions
7
.github/workflows/azureCliDeploy.yml
vendored
7
.github/workflows/azureCliDeploy.yml
vendored
|
@ -4,16 +4,15 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- demo
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js 10.x
|
||||
uses: actions/setup-node@v1
|
||||
- name: Use Node.js 12
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '10.x'
|
||||
node-version: '12'
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: demo
|
||||
|
|
4
.github/workflows/docsDeploy.yml
vendored
4
.github/workflows/docsDeploy.yml
vendored
|
@ -15,7 +15,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Use Node.js 12.x
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '12'
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: demo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue