File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
frontend/servers/y-provider Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 10
10
install-dependencies :
11
11
uses : ./.github/workflows/dependencies.yml
12
12
with :
13
- node_version : ' 20 .x'
13
+ node_version : ' 22 .x'
14
14
with-front-dependencies-installation : true
15
15
16
16
synchronize-with-crowdin :
Original file line number Diff line number Diff line change 10
10
install-dependencies :
11
11
uses : ./.github/workflows/dependencies.yml
12
12
with :
13
- node_version : ' 20 .x'
13
+ node_version : ' 22 .x'
14
14
with-front-dependencies-installation : true
15
15
with-build_mails : true
16
16
Original file line number Diff line number Diff line change 5
5
inputs :
6
6
node_version :
7
7
required : false
8
- default : ' 20 .x'
8
+ default : ' 22 .x'
9
9
type : string
10
10
with-front-dependencies-installation :
11
11
type : boolean
Original file line number Diff line number Diff line change 13
13
install-dependencies :
14
14
uses : ./.github/workflows/dependencies.yml
15
15
with :
16
- node_version : ' 20 .x'
16
+ node_version : ' 22 .x'
17
17
with-front-dependencies-installation : true
18
18
19
19
test-front :
26
26
- name : Setup Node.js
27
27
uses : actions/setup-node@v4
28
28
with :
29
- node-version : " 20 .x"
29
+ node-version : " 22 .x"
30
30
31
31
- name : Restore the frontend cache
32
32
uses : actions/cache@v4
48
48
- name : Setup Node.js
49
49
uses : actions/setup-node@v4
50
50
with :
51
- node-version : " 20 .x"
51
+ node-version : " 22 .x"
52
52
- name : Restore the frontend cache
53
53
uses : actions/cache@v4
54
54
with :
70
70
- name : Setup Node.js
71
71
uses : actions/setup-node@v4
72
72
with :
73
- node-version : " 20 .x"
73
+ node-version : " 22 .x"
74
74
75
75
- name : Restore the frontend cache
76
76
uses : actions/cache@v4
@@ -109,7 +109,7 @@ jobs:
109
109
- name : Setup Node.js
110
110
uses : actions/setup-node@v4
111
111
with :
112
- node-version : " 20 .x"
112
+ node-version : " 22 .x"
113
113
114
114
- name : Restore the frontend cache
115
115
uses : actions/cache@v4
Original file line number Diff line number Diff line change 13
13
"test" : " jest"
14
14
},
15
15
"engines" : {
16
- "node" : " >=18 "
16
+ "node" : " >=22 "
17
17
},
18
18
"dependencies" : {
19
19
"@blocknote/server-util" : " 0.31.1" ,
Original file line number Diff line number Diff line change 14
14
"build" : " yarn build-mjml-to-html && yarn build-html-to-plain-text"
15
15
},
16
16
"volta" : {
17
- "node" : " 16.15.1 "
17
+ "node" : " 22 "
18
18
},
19
19
"repository" : " https://github.com/numerique-gouv/impress" ,
20
20
"author" : " DINUM" ,
You can’t perform that action at this time.
0 commit comments