File tree Expand file tree Collapse file tree 4 files changed +5
-196
lines changed
Expand file tree Collapse file tree 4 files changed +5
-196
lines changed Original file line number Diff line number Diff line change 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
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
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
Original file line number Diff line number Diff line change 1- lts/Hydrogen
1+ lts/jod
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Stage 1: Build the React app
2- FROM node:18 AS build
2+ FROM node:22 AS build
33
44WORKDIR /app
55
You can’t perform that action at this time.
0 commit comments