File tree Expand file tree Collapse file tree 4 files changed +6
-24
lines changed Expand file tree Collapse file tree 4 files changed +6
-24
lines changed Original file line number Diff line number Diff line change 18
18
- name : Set up Node.js
19
19
uses : actions/setup-node@v4
20
20
with :
21
- node-version : " 20 "
21
+ node-version : " 22 "
22
22
cache : yarn
23
23
24
24
- name : Check lock for duplications
45
45
- name : Set up Node.js
46
46
uses : actions/setup-node@v4
47
47
with :
48
- node-version : " 20 "
48
+ node-version : " 22 "
49
49
cache : yarn
50
50
51
51
- name : Install dependencies
Original file line number Diff line number Diff line change 4
4
command = " yarn && cd website && yarn build"
5
5
6
6
[context .production .environment ]
7
- NODE_VERSION = " 20"
8
- NODE_OPTIONS = " --max_old_space_size=4096"
7
+ NODE_VERSION = " 22"
9
8
10
9
[context .deploy-preview .environment ]
11
- NODE_VERSION = " 20"
12
- NODE_OPTIONS = " --max_old_space_size=4096"
10
+ NODE_VERSION = " 22"
13
11
PREVIEW_DEPLOY = " true"
14
12
15
- [[plugins ]]
16
- package = " netlify-plugin-cache"
17
- [plugins .inputs ]
18
- paths = [
19
- " website/node_modules/.cache" ,
20
- ]
21
-
22
13
[[headers ]]
23
14
for = " /movies.json"
24
15
[headers .values ]
Original file line number Diff line number Diff line change 3
3
"private" : true ,
4
4
"type" : " module" ,
5
5
"engines" : {
6
- "node" : " >=20 "
6
+ "node" : " >=22 "
7
7
},
8
8
"workspaces" : [
9
9
" website" ,
36
36
"eslint-plugin-yml" : " ^1.18.0" ,
37
37
"globals" : " ^16.4.0" ,
38
38
"husky" : " ^9.1.7" ,
39
- "netlify-plugin-cache" : " ^1.0.3" ,
40
39
"prettier" : " ^3.6.2" ,
41
40
"pretty-quick" : " ^4.2.2" ,
42
41
"typescript-eslint" : " ^8.43.0"
43
42
},
44
- "packageManager" : " yarn@4.9 .2"
43
+ "packageManager" : " yarn@4.10 .2"
45
44
}
Original file line number Diff line number Diff line change @@ -15149,13 +15149,6 @@ __metadata:
15149
15149
languageName: node
15150
15150
linkType: hard
15151
15151
15152
- "netlify-plugin-cache@npm:^1.0.3":
15153
- version: 1.0.3
15154
- resolution: "netlify-plugin-cache@npm:1.0.3"
15155
- checksum: 10c0/0f80bdd52a9407e13ad26930435cd28cb1dddfb140c6a9cd3f7e8489ab46e7060bab0bb6ebddc16e542d19435cb21e58688d95a3756fd45051dd220b4b15ff13
15156
- languageName: node
15157
- linkType: hard
15158
-
15159
15152
"nlcst-is-literal@npm:^2.0.0":
15160
15153
version: 2.1.1
15161
15154
resolution: "nlcst-is-literal@npm:2.1.1"
@@ -17413,7 +17406,6 @@ __metadata:
17413
17406
eslint-plugin-yml: "npm:^1.18.0"
17414
17407
globals: "npm:^16.4.0"
17415
17408
husky: "npm:^9.1.7"
17416
- netlify-plugin-cache: "npm:^1.0.3"
17417
17409
prettier: "npm:^3.6.2"
17418
17410
pretty-quick: "npm:^4.2.2"
17419
17411
typescript-eslint: "npm:^8.43.0"
You can’t perform that action at this time.
0 commit comments