File tree 6 files changed +262
-228
lines changed
6 files changed +262
-228
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
15
15
- uses : actions/checkout@v4
16
16
- uses : actions/setup-node@v4
17
17
with :
18
- node-version : 20.14.0
18
+ node-version : 22.13.1
19
19
- run : npm install --global corepack
20
20
- run : corepack enable
21
21
- run : pnpm --version
22
22
- uses : actions/setup-node@v4
23
23
with :
24
- node-version : 20.14.0
24
+ node-version : 22.13.1
25
25
cache : " pnpm"
26
26
cache-dependency-path : " **/pnpm-lock.yaml"
27
27
- name : install
Original file line number Diff line number Diff line change 82
82
- uses : actions/checkout@v4
83
83
- uses : actions/setup-node@v4
84
84
with :
85
- node-version : 20.14.0
85
+ node-version : 22.13.1
86
86
- run : npm install --global corepack
87
87
- run : corepack enable
88
88
- run : pnpm --version
@@ -132,7 +132,7 @@ jobs:
132
132
- uses : actions/checkout@v4
133
133
- uses : actions/setup-node@v4
134
134
with :
135
- node-version : 20.14.0
135
+ node-version : 22.13.1
136
136
- run : npm install --global corepack
137
137
- run : corepack enable
138
138
- run : pnpm --version
Original file line number Diff line number Diff line change 59
59
- uses : actions/checkout@v4
60
60
- uses : actions/setup-node@v4
61
61
with :
62
- node-version : 20.14.0
62
+ node-version : 22.13.1
63
63
id : setup-node
64
64
65
65
- run : npm install --global corepack
Original file line number Diff line number Diff line change 62
62
- uses : actions/checkout@v4
63
63
- uses : actions/setup-node@v4
64
64
with :
65
- node-version : 20.14.0
65
+ node-version : 22.13.1
66
66
id : setup-node
67
67
68
68
- run : npm install --global corepack
Original file line number Diff line number Diff line change 28
28
" eslint --fix"
29
29
]
30
30
},
31
- "packageManager" : " pnpm@9.5.0 " ,
31
+ "packageManager" : " pnpm@9.15.4 " ,
32
32
"type" : " module" ,
33
33
"engines" : {
34
34
"node" : " >=18" ,
You can’t perform that action at this time.
0 commit comments