Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fyhhub authored Apr 18, 2024
1 parent a99101e commit 6d76456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
node -v
npm i -g pnpm
npm i -g pnpm@7
pnpm install --no-frozen-lockfile
npm run build
- name: Deploy 🚀
Expand Down

0 comments on commit 6d76456

Please sign in to comment.