Skip to content

Commit e2c4b84

Browse files
committed
Bumping to node version 22.
1 parent 596a38e commit e2c4b84

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
@@ -97,7 +97,7 @@ jobs:
9797
- name: Use Node.js
9898
uses: actions/setup-node@v3
9999
with:
100-
node-version: 20
100+
node-version: 22
101101
- name: 'Preparing Frontend checkout'
102102
uses: actions/checkout@v3
103103
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Use Node.js
8989
uses: actions/setup-node@v3
9090
with:
91-
node-version: 20
91+
node-version: 22
9292
- name: 'Preparing Frontend checkout'
9393
uses: actions/checkout@v3
9494
with:

0 commit comments

Comments
 (0)