Skip to content

Commit

Permalink
chore(cli_ci): upgrade the node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream committed Jun 7, 2024
1 parent 4ef5163 commit 15dd0dd
Showing 1 changed file with 2 additions and 2 deletions.
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@v4
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
node-version: '18.17'

- name: build
run: |
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
node-version: '18.17'
registry-url: 'https://registry.npmjs.org'
- name: build
run: |
Expand Down

0 comments on commit 15dd0dd

Please sign in to comment.