We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76787f8 commit de5af40Copy full SHA for de5af40
.github/workflows/ci.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup
26
uses: pnpm/action-setup@v4
27
with:
28
- version: 8
+ version: 8.15.6
29
- name: Checkout
30
uses: actions/checkout@v4
31
- name: Install dependencies
package.json
@@ -15,7 +15,7 @@
15
"test": "pnpm run --filter=@tutorialkit/* --filter=tutorialkit test"
16
},
17
"license": "MIT",
18
- "packageManager": "pnpm@8.10.5",
+ "packageManager": "pnpm@8.15.6",
19
"devDependencies": {
20
"@blitz/eslint-plugin": "0.1.0",
21
"@commitlint/config-conventional": "^19.2.2",
@@ -43,7 +43,7 @@
43
44
"engines": {
45
"node": ">=18.18.0",
46
- "pnpm": "8.10.5"
+ "pnpm": "8.15.6"
47
48
"resolutions": {
49
"@typescript-eslint/utils": "^8.0.0-alpha.30"
0 commit comments