mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(build): use node 16.13.0 for deploy
This commit is contained in:
parent
37adf4ca69
commit
35f65077b6
3 changed files with 30950 additions and 74 deletions
4
.github/workflows/azureCliDeploy.yml
vendored
4
.github/workflows/azureCliDeploy.yml
vendored
|
|
@ -10,10 +10,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Use Node.js 14
|
- name: Use Node.js 16
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 14.15.0
|
node-version: 16.13.0
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: demo
|
ref: demo
|
||||||
|
|
|
||||||
4
.github/workflows/docsDeploy.yml
vendored
4
.github/workflows/docsDeploy.yml
vendored
|
|
@ -12,10 +12,10 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Use Node.js 14.x
|
- name: Use Node.js 16.x
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 14.15.0
|
node-version: 16.13.0
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: demo
|
ref: demo
|
||||||
|
|
|
||||||
31016
package-lock.json
generated
31016
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue