Skip to content

Commit

Permalink
ci: de
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 20, 2024
1 parent 82542f6 commit 83dd73e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
shell: bash
run: |
export cwd=`pwd`
npm i --no-audit -g c8 lerna rollup tsx zx node-gyp
npm i --no-audit -g c8 lerna madge rollup tsx zx node-gyp
npm i
env:
CI: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: |
# DO NOT execute: npm config set unsafe-perm=true
export cwd=`pwd`
npm i --no-audit -g autocannon c8 lerna rollup tsx zx
npm i --no-audit -g autocannon c8 lerna madge rollup tsx zx
npm i
env:
CI: true
Expand Down

0 comments on commit 83dd73e

Please sign in to comment.