Skip to content

Commit de63457

Browse files
Copilotrenemadsen
andcommitted
Update Node.js version to 22 to match reference repository
Co-authored-by: renemadsen <[email protected]>
1 parent 4f3443e commit de63457

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet-core-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Use Node.js
7676
uses: actions/setup-node@v3
7777
with:
78-
node-version: 20
78+
node-version: 22
7979
- name: 'Preparing Frontend checkout'
8080
uses: actions/checkout@v3
8181
with:

.github/workflows/dotnet-core-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Use Node.js
6969
uses: actions/setup-node@v3
7070
with:
71-
node-version: 20
71+
node-version: 22
7272
- name: 'Preparing Frontend checkout'
7373
uses: actions/checkout@v3
7474
with:

0 commit comments

Comments
 (0)