Skip to content

Commit 31cd196

Browse files
committed
fix: ci build with package manager from package.json
1 parent 9d8f91e commit 31cd196

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,12 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v5
1616

17-
- name: Use Node.js 22
17+
- name: Use Node.js
1818
uses: actions/setup-node@v5
1919
with:
2020
node-version: 22
2121
cache: pnpm
2222

23-
- name: Install pnpm
24-
uses: pnpm/action-setup@v4
25-
with:
26-
version: 10
27-
run_install: false
28-
2923
- name: Install dependencies
3024
run: pnpm install --frozen-lockfile
3125

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"watch": "spicetify-creator --watch"
99
},
1010
"license": "MIT",
11+
"packageManager": "pnpm@10.17.1",
1112
"devDependencies": {
1213
"@types/react": "^19.1.12",
1314
"@types/react-dom": "^19.1.9",

0 commit comments

Comments
 (0)