Skip to content

Commit b0da3a7

Browse files
committed
Updating node to version 22
1 parent 9988753 commit b0da3a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Use Node.js
7979
uses: actions/setup-node@v3
8080
with:
81-
node-version: 20
81+
node-version: 22
8282
- name: 'Preparing Frontend checkout'
8383
uses: actions/checkout@v3
8484
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:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-bookworm-slim as node-env
1+
FROM node:22-bookworm-slim as node-env
22
WORKDIR /app
33
ENV PATH /app/node_modules/.bin:$PATH
44
COPY eform-angular-frontend/eform-client ./

0 commit comments

Comments
 (0)