Skip to content

Commit 79731bc

Browse files
committed
Updating to node version 22.
1 parent f537d31 commit 79731bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Use Node.js
6363
uses: actions/setup-node@v3
6464
with:
65-
node-version: 20
65+
node-version: 22
6666
- name: Copy dependencies
6767
run: |
6868
cp -av eform-angular-timeplanning-plugin/eform-client/src/app/plugins/modules/time-planning-pn eform-angular-frontend/eform-client/src/app/plugins/modules/time-planning-pn
@@ -120,7 +120,7 @@ jobs:
120120
- name: Use Node.js
121121
uses: actions/setup-node@v3
122122
with:
123-
node-version: 20
123+
node-version: 22
124124
- name: 'Preparing Frontend checkout'
125125
uses: actions/checkout@v3
126126
with:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Use Node.js
5757
uses: actions/setup-node@v3
5858
with:
59-
node-version: 20
59+
node-version: 22
6060
- name: Copy dependencies
6161
run: |
6262
cp -av eform-angular-timeplanning-plugin/eform-client/src/app/plugins/modules/time-planning-pn eform-angular-frontend/eform-client/src/app/plugins/modules/time-planning-pn
@@ -111,7 +111,7 @@ jobs:
111111
- name: Use Node.js
112112
uses: actions/setup-node@v3
113113
with:
114-
node-version: 20
114+
node-version: 22
115115
- name: 'Preparing Frontend checkout'
116116
uses: actions/checkout@v3
117117
with:

0 commit comments

Comments
 (0)