Skip to content

Commit fe327df

Browse files
committed
chore: 🤖 remove "packageManager" field from package.json
1 parent 94f0a75 commit fe327df

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/ci.yaml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: pnpm/action-setup@v4
1717
with:
18+
version: latest
1819
run_install: false
1920
- uses: actions/setup-node@v4
2021
with:

‎package.json‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"engines": {
88
"node": ">= 20.9 < 23"
99
},
10-
"packageManager": "pnpm@9.12.3",
1110
"main": "dist/index.js",
1211
"exports": {
1312
".": {

0 commit comments

Comments
 (0)