File tree 10 files changed +18
-18
lines changed
10 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 18
18
strategy :
19
19
fail-fast : false
20
20
matrix :
21
- node : [14, 16, 18]
21
+ node : [16, 18, 20 ]
22
22
steps :
23
23
-
24
24
name : Checkout repository
55
55
strategy :
56
56
fail-fast : false
57
57
matrix :
58
- node : [14, 16, 18]
58
+ node : [16, 18, 20 ]
59
59
steps :
60
60
-
61
61
name : Checkout repository
@@ -124,7 +124,7 @@ jobs:
124
124
-
125
125
uses : actions/setup-node@v3
126
126
with :
127
- node-version : 14
127
+ node-version : 20
128
128
cache : ' npm'
129
129
cache-dependency-path : |
130
130
src/package-lock.json
@@ -157,7 +157,7 @@ jobs:
157
157
-
158
158
uses : actions/setup-node@v3
159
159
with :
160
- node-version : 14
160
+ node-version : 20
161
161
cache : ' npm'
162
162
cache-dependency-path : |
163
163
src/package-lock.json
Original file line number Diff line number Diff line change 14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
17
- node : [14, 16, 18]
17
+ node : [16, 18, 20 ]
18
18
19
19
steps :
20
20
-
Original file line number Diff line number Diff line change 34
34
-
35
35
uses : actions/setup-node@v3
36
36
with :
37
- node-version : 14
37
+ node-version : 20
38
38
cache : ' npm'
39
39
cache-dependency-path : |
40
40
src/package-lock.json
98
98
-
99
99
uses : actions/setup-node@v3
100
100
with :
101
- node-version : 14
101
+ node-version : 20
102
102
cache : ' npm'
103
103
cache-dependency-path : |
104
104
src/package-lock.json
@@ -126,7 +126,7 @@ jobs:
126
126
# Etherpad core dependencies must be installed after installing the
127
127
# plugin's dependencies, otherwise npm will try to hoist common
128
128
# dependencies by removing them from src/node_modules and installing them
129
- # in the top-level node_modules. As of v6.14 .10, npm's hoist logic appears
129
+ # in the top-level node_modules. As of v6.20 .10, npm's hoist logic appears
130
130
# to be buggy, because it sometimes removes dependencies from
131
131
# src/node_modules but fails to add them to the top-level node_modules.
132
132
# Even if npm correctly hoists the dependencies, the hoisting seems to
Original file line number Diff line number Diff line change 22
22
-
23
23
uses : actions/setup-node@v3
24
24
with :
25
- node-version : 14
25
+ node-version : 20
26
26
cache : ' npm'
27
27
cache-dependency-path : |
28
28
src/package-lock.json
Original file line number Diff line number Diff line change 22
22
-
23
23
uses : actions/setup-node@v3
24
24
with :
25
- node-version : 14
25
+ node-version : 20
26
26
cache : ' npm'
27
27
cache-dependency-path : |
28
28
src/package-lock.json
52
52
-
53
53
uses : actions/setup-node@v3
54
54
with :
55
- node-version : 14
55
+ node-version : 20
56
56
cache : ' npm'
57
57
cache-dependency-path : |
58
58
src/package-lock.json
@@ -109,7 +109,7 @@ jobs:
109
109
-
110
110
uses : actions/setup-node@v3
111
111
with :
112
- node-version : 14
112
+ node-version : 20
113
113
cache : ' npm'
114
114
cache-dependency-path : |
115
115
src/package-lock.json
Original file line number Diff line number Diff line change 22
22
-
23
23
uses : actions/setup-node@v3
24
24
with :
25
- node-version : 14
25
+ node-version : 20
26
26
cache : ' npm'
27
27
cache-dependency-path : |
28
28
src/package-lock.json
Original file line number Diff line number Diff line change 18
18
strategy :
19
19
fail-fast : false
20
20
matrix :
21
- node : [14, 16, 18]
21
+ node : [16, 18, 20 ]
22
22
steps :
23
23
-
24
24
name : Check out latest release
Original file line number Diff line number Diff line change 28
28
-
29
29
uses : actions/setup-node@v3
30
30
with :
31
- node-version : 14
31
+ node-version : 20
32
32
cache : ' npm'
33
33
cache-dependency-path : |
34
34
src/package-lock.json
@@ -108,7 +108,7 @@ jobs:
108
108
-
109
109
uses : actions/setup-node@v3
110
110
with :
111
- node-version : 14
111
+ node-version : 20
112
112
cache : ' npm'
113
113
cache-dependency-path : |
114
114
etherpad/src/package-lock.json
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ We're looking for maintainers and have some funding available. Please contact J
46
46
47
47
### Requirements
48
48
49
- [ Node.js] ( https://nodejs.org/ ) >= ** 14.0.0 ** .
49
+ [ Node.js] ( https://nodejs.org/ ) >= ** 16.20.1 ** .
50
50
51
51
### GNU/Linux and other UNIX-like systems
52
52
Original file line number Diff line number Diff line change 93
93
"typescript" : " ^4.9.5"
94
94
},
95
95
"engines" : {
96
- "node" : " >=14.15.0 " ,
96
+ "node" : " >=16.20.1 " ,
97
97
"npm" : " >=6.14.0"
98
98
},
99
99
"repository" : {
You can’t perform that action at this time.
0 commit comments