Skip to content

Commit a414228

Browse files
committed
remove the package manager version pinning
1 parent 207574a commit a414228

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

‎.github/workflows/alpha.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: pnpm/action-setup@v2
2525
name: Install pnpm
2626
with:
27-
version: 9
27+
version: 10
2828
run_install: false
2929

3030
- uses: gittools/actions/gitversion/setup@v0

‎.github/workflows/packages.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: pnpm/action-setup@v2
2525
name: Install pnpm
2626
with:
27-
version: 9
27+
version: 10
2828
run_install: false
2929

3030
- uses: gittools/actions/gitversion/setup@v0

‎.github/workflows/static.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: pnpm/action-setup@v2
2121
name: Install pnpm
2222
with:
23-
version: 8
23+
version: 10
2424
run_install: true
2525

2626
- name: Generate Docs

‎package.json‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"typescript": "^5.5.4",
3535
"vite": "^5.2.11"
3636
},
37-
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a",
3837
"dependencies": {
3938
"ts-node": "^10.9.2"
4039
}

0 commit comments

Comments
 (0)