Skip to content

Commit

Permalink
chore: fix `This project is configured to use ${result.spec.name} bec…
Browse files Browse the repository at this point in the history
…ause ${result.target} has a "packageManager" field`
  • Loading branch information
KUN1007 committed Oct 14, 2024
1 parent 18db770 commit 79c0696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

# enable pnpm
- run: corepack enable
- run: corepack enable [email protected] --activate

- name: Setup Node.js
uses: actions/setup-node@v4
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": "kun-galgame-nuxt3",
"version": "2.18.29",
"version": "2.18.30",
"private": true,
"scripts": {
"build": "nuxt build",
Expand Down

0 comments on commit 79c0696

Please sign in to comment.