Skip to content

Commit

Permalink
chore: 更新1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shiouhoo committed Apr 20, 2024
1 parent e1e16a5 commit ffc329e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Deploy to GitHub Pages
run: npm i pnpm -g && pnpm install --no-frozen-lockfile && pnpm docs:build
run: npm i pnpm@8.6.5 -g && pnpm install --no-frozen-lockfile && pnpm docs:build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hooui",
"version": "1.0.1",
"version": "1.1.2",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit ffc329e

Please sign in to comment.