Skip to content

Commit

Permalink
🐞 fix: 去除 pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
imsyy committed Jun 13, 2024
1 parent 4670450 commit 18e79da
Show file tree
Hide file tree
Showing 3 changed files with 5,063 additions and 3,386 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/check-dependency-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,14 @@ jobs:
with:
node-version: "20"

- name: Install pnpm
run: |
npm install -g pnpm
- name: Install npm-check-updates
run: |
pnpm add -g npm-check-updates
npm install -g npm-check-updates
- name: Run npm-check-updates and update package.json
run: |
ncu -u
pnpm install
npm install
- name: Commit changes
run: |
Expand Down
Loading

0 comments on commit 18e79da

Please sign in to comment.