Skip to content

Commit 1749437

Browse files
committed
Updating node to version 22
1 parent 4b8e18e commit 1749437

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
@@ -69,7 +69,7 @@ jobs:
6969
- name: Use Node.js
7070
uses: actions/setup-node@v3
7171
with:
72-
node-version: 20
72+
node-version: 22
7373
- name: 'Preparing Frontend checkout'
7474
uses: actions/checkout@v3
7575
with:

0 commit comments

Comments
 (0)