Skip to content

Commit

Permalink
[Chown] Use pnpm to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CornWorld committed Dec 27, 2024
1 parent fcc3529 commit d56a4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updateWebsite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
pnpm install --frozen-lockfile
cd ./src/data
pnpm install --frozen-lockfile
pnpm install
node processData.js
env:
COMMITID: ${{ steps.commit.outputs.short }}
Expand Down

0 comments on commit d56a4eb

Please sign in to comment.