Skip to content

Commit b029904

Browse files
committed
Updating node to version 22
1 parent 729b736 commit b029904

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
@@ -79,7 +79,7 @@ jobs:
7979
- name: Use Node.js
8080
uses: actions/setup-node@v3
8181
with:
82-
node-version: 20
82+
node-version: 22
8383
- name: 'Preparing Frontend checkout'
8484
uses: actions/checkout@v3
8585
with:

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

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

0 commit comments

Comments
 (0)