Skip to content

Commit b7e5c62

Browse files
authored
Merge pull request #3 from bertdeblock/update-pnpm
Update pnpm
2 parents 5d5631e + dc944c7 commit b7e5c62

File tree

3 files changed

+529
-546
lines changed

3 files changed

+529
-546
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ concurrency:
66

77
on:
88
pull_request:
9-
branches: main
9+
branches:
10+
- main
1011
push:
11-
branches: main
12+
branches:
13+
- main
1214

1315
jobs:
1416
lint:

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@
5757
"typescript": "^5.9.2",
5858
"vitest": "^3.2.4"
5959
},
60-
"packageManager": "pnpm@8.7.4",
60+
"packageManager": "pnpm@10.22.0",
6161
"volta": {
62-
"node": "24.8.0"
62+
"node": "24.8.0",
63+
"pnpm": "10.22.0"
6364
}
6465
}

0 commit comments

Comments
 (0)