mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +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:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Use Node.js 12
|
- name: Use Node.js 14
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '12'
|
node-version: 14.15.0
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: demo
|
ref: demo
|
||||||
- name: npm install, build
|
- name: npm install, build
|
||||||
|
|
|
||||||
8
.github/workflows/docsDeploy.yml
vendored
8
.github/workflows/docsDeploy.yml
vendored
|
|
@ -12,11 +12,11 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Use Node.js 12.x
|
- name: Use Node.js 14.x
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '12'
|
node-version: 14.15.0
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: demo
|
ref: demo
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue