Skip to content

Commit 01d36ef

Browse files
authored
Merge pull request #710 from codeforpdx/node-update-from-18-to-22
Update Node 18 to Node 22
2 parents 3019198 + 0aa01dc commit 01d36ef

File tree

4 files changed

+5
-196
lines changed

4 files changed

+5
-196
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node.js
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: 18
26+
node-version: 22
2727
cache: npm
2828

2929
- name: Build
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup Node.js
4848
uses: actions/setup-node@v4
4949
with:
50-
node-version: 18
50+
node-version: 22
5151
cache: npm
5252
- name: Install Dependencies
5353
run: npm ci
@@ -67,7 +67,7 @@ jobs:
6767
- name: Setup Node.js
6868
uses: actions/setup-node@v4
6969
with:
70-
node-version: 18
70+
node-version: 22
7171
cache: npm
7272
- name: Install Dependencies
7373
run: npm ci

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/Hydrogen
1+
lts/jod

CHANGELOG.md

Lines changed: 0 additions & 191 deletions
This file was deleted.

Dockerfile.react

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build the React app
2-
FROM node:18 AS build
2+
FROM node:22 AS build
33

44
WORKDIR /app
55

0 commit comments

Comments
 (0)