File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
- name : Install Node
121
121
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
122
122
with :
123
- node-version : 20
123
+ node-version : 22
124
124
cache : pnpm
125
125
cache-dependency-path : ui/pnpm-lock.yaml
126
126
Original file line number Diff line number Diff line change 34
34
- name : Setup Node
35
35
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
36
36
with :
37
- node-version : 20
37
+ node-version : 22
38
38
cache : pnpm
39
39
cache-dependency-path : ort-server/ui/pnpm-lock.yaml
40
40
Original file line number Diff line number Diff line change 31
31
- name : Install Node
32
32
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
33
33
with :
34
- node-version : 20
34
+ node-version : 22
35
35
cache : pnpm
36
36
cache-dependency-path : website/pnpm-lock.yaml
37
37
Original file line number Diff line number Diff line change 77
77
- name : Install Node
78
78
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
79
79
with :
80
- node-version : 20
80
+ node-version : 22
81
81
cache : pnpm
82
82
cache-dependency-path : ui/pnpm-lock.yaml
83
83
@@ -101,7 +101,7 @@ jobs:
101
101
- name : Install Node
102
102
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
103
103
with :
104
- node-version : 20
104
+ node-version : 22
105
105
cache : pnpm
106
106
cache-dependency-path : ui/pnpm-lock.yaml
107
107
@@ -125,7 +125,7 @@ jobs:
125
125
- name : Install Node
126
126
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
127
127
with :
128
- node-version : 20
128
+ node-version : 22
129
129
cache : pnpm
130
130
cache-dependency-path : website/pnpm-lock.yaml
131
131
Original file line number Diff line number Diff line change 28
28
- name : Install Node
29
29
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
30
30
with :
31
- node-version : 20
31
+ node-version : 22
32
32
cache : pnpm
33
33
cache-dependency-path : website/pnpm-lock.yaml
34
34
You can’t perform that action at this time.
0 commit comments