Skip to content

Commit

Permalink
chore: use packageManager field
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Aug 3, 2024
1 parent ae1f474 commit 422c21f
Show file tree
Hide file tree
Showing 4 changed files with 723 additions and 396 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ jobs:
node-version-file: .nvmrc

- name: Setup pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 9
run_install: true

- name: Release
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
node-version-file: .nvmrc

- name: Setup pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 9
run_install: true

- name: Build
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"dist"
],
"bin": "dist/cli.js",
"packageManager": "[email protected]",
"scripts": {
"build": "pkgroll --minify",
"test": "tsx tests/index.ts",
Expand All @@ -37,7 +38,7 @@
"fs-fixture": "^2.3.0",
"get-node": "^15.0.0",
"kolorist": "^1.8.0",
"lintroll": "^1.5.1",
"lintroll": "^1.7.1",
"manten": "^1.3.0",
"npm-packlist": "^8.0.0",
"outdent": "^0.8.0",
Expand Down
Loading

0 comments on commit 422c21f

Please sign in to comment.