Skip to content

Commit

Permalink
update npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwei1237 committed Feb 10, 2023
1 parent 515d22a commit ac24c8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: "10.22.0"
- name: Setup gitbook
run: |
npm install -g npm
npm install -g npm@8.0.0
npm install -g gitbook-cli
- name: Checkout main source
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
node-version: "10.22.0"
- name: Setup gitbook
run: |
npm install -g npm
npm install -g npm@8.0.0
npm install -g gitbook-cli
- name: Checkout main source
uses: actions/checkout@v2
Expand Down

0 comments on commit ac24c8f

Please sign in to comment.