Skip to content

Commit

Permalink
chore: specify packageManager
Browse files Browse the repository at this point in the history
  • Loading branch information
so1ve committed May 9, 2024
1 parent 6943743 commit 8cba7ee
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/auto-fix.yml
Expand Up @@ -12,8 +12,6 @@ jobs:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
with:
version: latest

- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -13,8 +13,6 @@ jobs:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
with:
version: latest

- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -15,8 +15,6 @@ jobs:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
with:
version: latest

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/update-html-data.yml
Expand Up @@ -12,8 +12,6 @@ jobs:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
with:
version: latest

- uses: actions/setup-node@v4
with:
Expand Down
1 change: 1 addition & 0 deletions package.json
@@ -1,5 +1,6 @@
{
"private": true,
"packageManager": "pnpm@9.1.0",
"scripts": {
"build": "tsc -b",
"watch": "npm run build && (npm run watch:base & npm run watch:vue)",
Expand Down

0 comments on commit 8cba7ee

Please sign in to comment.