File tree 3 files changed +4
-5
lines changed
app/addons/documents/rev-browser/components
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v4
15
15
- uses : actions/setup-node@v4
16
16
with :
17
- node-version : ' 18 '
17
+ node-version : ' 20 '
18
18
- name : Install npm packages
19
19
run : |
20
20
npm install -g npm@latest
39
39
- uses : actions/checkout@v4
40
40
- uses : actions/setup-node@v4
41
41
with :
42
- node-version : ' 18 '
42
+ node-version : ' 20 '
43
43
cache : ' npm'
44
44
- run : ./bin/build-couchdb-dev.sh
45
45
env :
Original file line number Diff line number Diff line change @@ -50,9 +50,8 @@ export default class ConfirmModal extends React.Component {
50
50
</ Modal . Header >
51
51
< Modal . Body >
52
52
< p >
53
- Do you want to delete all conflicting revisions for this documentcc ?
53
+ Do you want to delete all conflicting revisions for this document ?
54
54
</ p >
55
-
56
55
</ Modal . Body >
57
56
< Modal . Footer >
58
57
< div className = 'col-12' >
Original file line number Diff line number Diff line change 10
10
"fauxton" : " ./bin/fauxton"
11
11
},
12
12
"engines" : {
13
- "node" : " ^18 "
13
+ "node" : " ^20 "
14
14
},
15
15
"devDependencies" : {
16
16
"@babel/cli" : " ^7.18.10" ,
You can’t perform that action at this time.
0 commit comments