We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d8f91e commit 31cd196Copy full SHA for 31cd196
.github/workflows/build.yml
@@ -14,18 +14,12 @@ jobs:
14
- name: Checkout repository
15
uses: actions/checkout@v5
16
17
- - name: Use Node.js 22
+ - name: Use Node.js
18
uses: actions/setup-node@v5
19
with:
20
node-version: 22
21
cache: pnpm
22
23
- - name: Install pnpm
24
- uses: pnpm/action-setup@v4
25
- with:
26
- version: 10
27
- run_install: false
28
-
29
- name: Install dependencies
30
run: pnpm install --frozen-lockfile
31
package.json
@@ -8,6 +8,7 @@
8
"watch": "spicetify-creator --watch"
9
},
10
"license": "MIT",
11
+ "packageManager": "pnpm@10.17.1",
12
"devDependencies": {
13
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
0 commit comments