Skip to content

Commit 2b46244

Browse files
committed
fix: Reintroduced the version for pnpm within GitHub Actions.
1 parent b978c52 commit 2b46244

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.github/workflows/push-checks.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
uses: actions/checkout@v5
1212
- name: "`pnpm` installation"
1313
uses: pnpm/action-setup@v4
14+
with:
15+
version: latest
16+
1417
- name: Configuring Node.js 22 (LTS)
1518
uses: actions/setup-node@v5
1619
with:
@@ -40,6 +43,9 @@ jobs:
4043
uses: actions/checkout@v5
4144
- name: "`pnpm` installation"
4245
uses: pnpm/action-setup@v4
46+
with:
47+
version: latest
48+
4349
- name: Configuring Node.js 22 (LTS)
4450
uses: actions/setup-node@v5
4551
with:

.github/workflows/template-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
uses: actions/checkout@v5
1212
- name: "`pnpm` installation"
1313
uses: pnpm/action-setup@v4
14+
with:
15+
version: latest
16+
1417
- name: Configuring Node.js 22 (LTS)
1518
uses: actions/setup-node@v5
1619
with:

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,5 @@
7070
"typescript": "^5.9.2",
7171
"vite": "^7.1.7",
7272
"vitest": "^3.2.4"
73-
},
74-
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a"
73+
}
7574
}

pnpm-workspace.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)