File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 28
28
- name : ⎔ Setup node
29
29
uses : actions/setup-node@v4
30
30
with :
31
- node-version : 20.10 .0
31
+ node-version : 22.9 .0
32
32
33
33
- name : 📥 Install deps
34
34
run : pnpm install
52
52
- name : ⎔ Setup node
53
53
uses : actions/setup-node@v4
54
54
with :
55
- node-version : 20.10 .0
55
+ node-version : 22.9 .0
56
56
57
57
- name : 📥 Install deps
58
58
run : pnpm install
76
76
- name : ⎔ Setup node
77
77
uses : actions/setup-node@v4
78
78
with :
79
- node-version : 20.10 .0
79
+ node-version : 22.9 .0
80
80
81
81
- name : 📥 Install deps
82
82
run : pnpm install
@@ -100,7 +100,7 @@ jobs:
100
100
- name : ⎔ Setup node
101
101
uses : actions/setup-node@v4
102
102
with :
103
- node-version : 20.10 .0
103
+ node-version : 22.9 .0
104
104
105
105
- name : 📥 Install deps
106
106
run : pnpm install
@@ -134,7 +134,7 @@ jobs:
134
134
- name : ⎔ Setup node
135
135
uses : actions/setup-node@v4
136
136
with :
137
- node-version : 20.10 .0
137
+ node-version : 22.9 .0
138
138
139
139
- name : 📥 Install deps
140
140
run : pnpm install
@@ -168,7 +168,7 @@ jobs:
168
168
- name : ⎔ Setup node
169
169
uses : actions/setup-node@v4
170
170
with :
171
- node-version : 20.10 .0
171
+ node-version : 22.9 .0
172
172
173
173
- name : 📥 Install deps
174
174
run : pnpm install
Original file line number Diff line number Diff line change 46
46
- name : ⎔ Setup node
47
47
uses : actions/setup-node@v4
48
48
with :
49
- node-version : 20.10 .0
49
+ node-version : 22.9 .0
50
50
51
51
- name : 📥 Install deps
52
52
run : pnpm install
79
79
- name : ⎔ Setup node
80
80
uses : actions/setup-node@v4
81
81
with :
82
- node-version : 20.10 .0
82
+ node-version : 22.9 .0
83
83
84
84
- name : 📥 Install deps
85
85
run : pnpm install
Original file line number Diff line number Diff line change 39
39
"wrangler" : " ^3.73.0"
40
40
},
41
41
"engines" : {
42
- "node" : " >=20.10 .0" ,
42
+ "node" : " >=22.9 .0" ,
43
43
"pnpm" : " >=9"
44
44
}
45
45
}
You can’t perform that action at this time.
0 commit comments