Skip to content

Commit de5af40

Browse files
committed
fixup: update pnpm version and update ci
1 parent 76787f8 commit de5af40

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup
2626
uses: pnpm/action-setup@v4
2727
with:
28-
version: 8
28+
version: 8.15.6
2929
- name: Checkout
3030
uses: actions/checkout@v4
3131
- name: Install dependencies

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "pnpm run --filter=@tutorialkit/* --filter=tutorialkit test"
1616
},
1717
"license": "MIT",
18-
"packageManager": "pnpm@8.10.5",
18+
"packageManager": "pnpm@8.15.6",
1919
"devDependencies": {
2020
"@blitz/eslint-plugin": "0.1.0",
2121
"@commitlint/config-conventional": "^19.2.2",
@@ -43,7 +43,7 @@
4343
},
4444
"engines": {
4545
"node": ">=18.18.0",
46-
"pnpm": "8.10.5"
46+
"pnpm": "8.15.6"
4747
},
4848
"resolutions": {
4949
"@typescript-eslint/utils": "^8.0.0-alpha.30"

0 commit comments

Comments
 (0)