Skip to content

Commit

Permalink
fix(build): use node 16.13.0 for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
denStrigo committed Oct 29, 2023
1 parent 37adf4c commit 35f6507
Show file tree
Hide file tree
Showing 3 changed files with 30,950 additions and 74 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/azureCliDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 14
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 14.15.0
node-version: 16.13.0
- uses: actions/checkout@v3
with:
ref: demo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docsDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Use Node.js 14.x
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 14.15.0
node-version: 16.13.0
- uses: actions/checkout@v3
with:
ref: demo
Expand Down

0 comments on commit 35f6507

Please sign in to comment.