Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(deps): use specified node version for build #1435

Merged
merged 2 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build_cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: 16.14
node-version-file: '.nvmrc'

- name: build
run: |
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.14
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'
- name: build
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: use node.js
uses: actions/setup-node@v1
with:
node-version: 16.14
node-version-file: '.nvmrc'

- uses: actions/checkout@v3
- name: set env
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: use node.js
uses: actions/setup-node@v1
with:
node-version: 16.14
node-version-file: '.nvmrc'

- uses: actions/checkout@v3
- name: set env
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16