mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 07:30:12 +01:00
chore: change the checkout version
This commit is contained in:
parent
114050f851
commit
5f40fd4c37
1 changed files with 2 additions and 2 deletions
4
.github/workflows/azureCliDeploy.yml
vendored
4
.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@v2l
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js 10.x
|
- name: Use Node.js 10.x
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: '10.x'
|
node-version: '10.x'
|
||||||
- uses: actions/checkout@v2ll
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: azureCliDeploy-demo
|
ref: azureCliDeploy-demo
|
||||||
- name: npm install, build
|
- name: npm install, build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue