File tree Expand file tree Collapse file tree 6 files changed +10
-2
lines changed Expand file tree Collapse file tree 6 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ jobs:
116
116
- uses : actions/setup-node@v4
117
117
with :
118
118
cache : " yarn"
119
+ node-version-file : package.json
119
120
120
121
- name : Install dependencies
121
122
run : " yarn install --frozen-lockfile"
Original file line number Diff line number Diff line change 25
25
with :
26
26
cache : " yarn"
27
27
registry-url : " https://registry.npmjs.org"
28
+ node-version-file : package.json
28
29
29
30
- name : 🔨 Install dependencies
30
31
run : " yarn install --frozen-lockfile"
Original file line number Diff line number Diff line change 43
43
uses : actions/setup-node@v4
44
44
with :
45
45
cache : " yarn"
46
+ node-version-file : package.json
46
47
47
48
- name : 🔨 Install dependencies
48
49
run : " yarn install --frozen-lockfile"
Original file line number Diff line number Diff line change 18
18
- uses : actions/setup-node@v4
19
19
with :
20
20
cache : " yarn"
21
+ node-version-file : package.json
21
22
22
23
- name : Install Deps
23
24
run : " yarn install"
44
45
- uses : actions/setup-node@v4
45
46
with :
46
47
cache : " yarn"
48
+ node-version-file : package.json
47
49
48
50
- name : Install Deps
49
51
run : " yarn install"
60
62
- uses : actions/setup-node@v4
61
63
with :
62
64
cache : " yarn"
65
+ node-version-file : package.json
63
66
64
67
- name : Install Deps
65
68
run : " yarn install --frozen-lockfile"
76
79
- uses : actions/setup-node@v4
77
80
with :
78
81
cache : " yarn"
82
+ node-version-file : package.json
79
83
80
84
- name : Install Deps
81
85
run : " yarn install"
@@ -100,6 +104,7 @@ jobs:
100
104
- uses : actions/setup-node@v4
101
105
with :
102
106
cache : " yarn"
107
+ node-version-file : package.json
103
108
104
109
- name : Install Deps
105
110
run : " yarn install --frozen-lockfile"
Original file line number Diff line number Diff line change 18
18
strategy :
19
19
matrix :
20
20
specs : [integ, unit]
21
- node : [18, "lts/*", 21]
21
+ node : ["lts/*", 21, 22 ]
22
22
steps :
23
23
- name : Checkout code
24
24
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 3
3
"version" : " 33.1.0" ,
4
4
"description" : " Matrix Client-Server SDK for Javascript" ,
5
5
"engines" : {
6
- "node" : " >=18 .0.0"
6
+ "node" : " >=20 .0.0"
7
7
},
8
8
"scripts" : {
9
9
"prepack" : " yarn build" ,
You can’t perform that action at this time.
0 commit comments