Skip to content

Commit c40f5cc

Browse files
eclipse-apoapsis-botmnonnenmacher
authored andcommitted
deps: update dependency node to v22
1 parent 3da9ef5 commit c40f5cc

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- name: Install Node
121121
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
122122
with:
123-
node-version: 20
123+
node-version: 22
124124
cache: pnpm
125125
cache-dependency-path: ui/pnpm-lock.yaml
126126

.github/workflows/ort.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Node
3535
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
3636
with:
37-
node-version: 20
37+
node-version: 22
3838
cache: pnpm
3939
cache-dependency-path: ort-server/ui/pnpm-lock.yaml
4040

.github/workflows/publish-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Node
3232
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3333
with:
34-
node-version: 20
34+
node-version: 22
3535
cache: pnpm
3636
cache-dependency-path: website/pnpm-lock.yaml
3737

.github/workflows/static-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Install Node
7878
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
7979
with:
80-
node-version: 20
80+
node-version: 22
8181
cache: pnpm
8282
cache-dependency-path: ui/pnpm-lock.yaml
8383

@@ -101,7 +101,7 @@ jobs:
101101
- name: Install Node
102102
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
103103
with:
104-
node-version: 20
104+
node-version: 22
105105
cache: pnpm
106106
cache-dependency-path: ui/pnpm-lock.yaml
107107

@@ -125,7 +125,7 @@ jobs:
125125
- name: Install Node
126126
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
127127
with:
128-
node-version: 20
128+
node-version: 22
129129
cache: pnpm
130130
cache-dependency-path: website/pnpm-lock.yaml
131131

.github/workflows/website-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Node
2929
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
3030
with:
31-
node-version: 20
31+
node-version: 22
3232
cache: pnpm
3333
cache-dependency-path: website/pnpm-lock.yaml
3434

0 commit comments

Comments
 (0)