Skip to content

Commit 869b250

Browse files
committed
ci: make project working with pnpm 10
1 parent a53645e commit 869b250

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: pnpm/action-setup@v4
1616
with:
17-
version: 8
17+
version: 10
1818
- name: Use Node.js ${{ matrix.node-version }}
1919
uses: actions/setup-node@v4
2020
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: pnpm/action-setup@v4
1919
with:
20-
version: 9
20+
version: 10
2121
- uses: actions/setup-node@v4
2222
with:
2323
node-version: 20

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@
157157
"server"
158158
],
159159
"engines": {
160-
"node": ">=18.0.0"
160+
"node": ">=20.0.0"
161+
},
162+
"pnpm": {
163+
"neverBuiltDependencies": []
161164
}
162165
}

0 commit comments

Comments
 (0)