Skip to content

Commit

Permalink
chore: configure package manager (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
mammadataei authored Oct 3, 2023
1 parent 9c93da5 commit 902f775
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7

- uses: actions/setup-node@v3
with:
Expand All @@ -33,8 +31,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7

- uses: actions/setup-node@v3
with:
Expand All @@ -53,8 +49,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7

- uses: actions/setup-node@v3
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 7
run_install: false
if: ${{ steps.release.outputs.release_created }}

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"dependencies": {
"nanoid": "^4.0.0"
},
"packageManager": "[email protected]",
"engineStrict": true,
"engines": {
"node": ">=17"
Expand Down

0 comments on commit 902f775

Please sign in to comment.