mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
fix: update github actions
This commit is contained in:
parent
255a1f0054
commit
6f18b8a072
2 changed files with 9 additions and 9 deletions
10
.github/workflows/azureCliDeploy.yml
vendored
10
.github/workflows/azureCliDeploy.yml
vendored
|
|
@ -9,12 +9,12 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js 12
|
||||
uses: actions/setup-node@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Use Node.js 14
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '12'
|
||||
- uses: actions/checkout@v2
|
||||
node-version: 14.15.0
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: demo
|
||||
- name: npm install, build
|
||||
|
|
|
|||
8
.github/workflows/docsDeploy.yml
vendored
8
.github/workflows/docsDeploy.yml
vendored
|
|
@ -12,11 +12,11 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Use Node.js 12.x
|
||||
uses: actions/setup-node@v2
|
||||
- name: Use Node.js 14.x
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '12'
|
||||
- uses: actions/checkout@v2
|
||||
node-version: 14.15.0
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: demo
|
||||
- name: Deploy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue