File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
- name : Setup
26
26
uses : pnpm/action-setup@v4
27
27
with :
28
- version : 8
28
+ version : 8.15.6
29
29
- name : Checkout
30
30
uses : actions/checkout@v4
31
31
- name : Install dependencies
44
44
- name : Setup
45
45
uses : pnpm/action-setup@v4
46
46
with :
47
- version : 8
47
+ version : 8.15.6
48
48
- name : Checkout
49
49
uses : actions/checkout@v4
50
50
- name : Install dependencies
Original file line number Diff line number Diff line change 1
1
nodejs 18.18.0
2
- pnpm 8.10.5
Original file line number Diff line number Diff line change 15
15
"test" : " pnpm run --filter=@tutorialkit/* --filter=tutorialkit test"
16
16
},
17
17
"license" : " MIT" ,
18
- "packageManager" : " pnpm@8.10.5 " ,
18
+ "packageManager" : " pnpm@8.15.6 " ,
19
19
"devDependencies" : {
20
20
"@blitz/eslint-plugin" : " 0.1.0" ,
21
21
"@commitlint/config-conventional" : " ^19.2.2" ,
42
42
}
43
43
},
44
44
"engines" : {
45
- "node" : " >=18.18.0"
45
+ "node" : " >=18.18.0" ,
46
+ "pnpm" : " 8.15.6"
46
47
},
47
48
"resolutions" : {
48
49
"@typescript-eslint/utils" : " ^8.0.0-alpha.30"
You can’t perform that action at this time.
0 commit comments