File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,19 @@ jobs:
13
13
packages : write
14
14
steps :
15
15
- name : ⬇️ Checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
19
20
20
- name : Install Node.js
21
- uses : actions/setup-node@v3
21
+ uses : actions/setup-node@v4
22
22
with :
23
- node-version : 18 .x
23
+ node-version : 20 .x
24
24
25
- - uses : pnpm/action-setup@v2
25
+ - uses : pnpm/action-setup@v4
26
26
name : Install pnpm
27
27
id : pnpm-install
28
28
with :
29
- version : 8
30
29
run_install : false
31
30
32
31
- name : Install Dependencies
Original file line number Diff line number Diff line change 54
54
"@nestjs/common" : " ^6.10.11 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0" ,
55
55
"@nestjs/core" : " ^6.10.11 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
56
56
},
57
- "packageManager" : " pnpm@8.3.1 "
58
- }
57
+ "packageManager" : " pnpm@9.5.0 "
58
+ }
You can’t perform that action at this time.
0 commit comments