File tree Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 3131 - name : 🇳 Setup Node.js
3232 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
3333 with :
34- node-version : " 22.21 .0"
34+ node-version : " 24.10 .0"
3535
3636 - name : 🏷️ Get package version
3737 id : get_version
7171 - name : 🇳 Setup Node.js
7272 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
7373 with :
74- node-version : " 22.21 .0"
74+ node-version : " 24.10 .0"
7575
7676 - name : ⬇️ Download build artifact
7777 uses : dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11
Original file line number Diff line number Diff line change 3636 - name : 🇳 Setup Node.js
3737 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
3838 with :
39- node-version : " 22.21 .0"
39+ node-version : " 24.10 .0"
4040
4141 - name : 💾 Cache Node.js modules
4242 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
8181 - name : 🇳 Setup Node.js
8282 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
8383 with :
84- node-version : " 22.21 .0"
84+ node-version : " 24.10 .0"
8585
8686 - name : 💾 Cache Node.js modules
8787 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
@@ -133,7 +133,7 @@ jobs:
133133 - name : 🇳 Setup Node.js
134134 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
135135 with :
136- node-version : " 22.21 .0"
136+ node-version : " 24.10 .0"
137137
138138 - name : 💾 Cache Node.js modules
139139 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
@@ -200,7 +200,7 @@ jobs:
200200 - name : 🇳 Setup Node.js
201201 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
202202 with :
203- node-version : " 22.21 .0"
203+ node-version : " 24.10 .0"
204204
205205 - name : 💾 Cache Node.js modules
206206 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
Original file line number Diff line number Diff line change 4343 - name : 🇳 Setup Node.js
4444 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
4545 with :
46- node-version : " 22.21 .0"
46+ node-version : " 24.10 .0"
4747 cache : " npm"
4848 cache-dependency-path : package-lock.json
4949
Original file line number Diff line number Diff line change 1- FROM node:22.21 .0-trixie-slim@sha256:569753d685702eec9855b1bf2fdcc003e8ee47f1915f9a4e4e38fc6a880c7612 AS deps
1+ FROM node:24.10 .0-trixie-slim@sha256:4fd2d8b0c63882882529a56bcc977732c059e0d03a977eb20d504d9a1d6591a0 AS deps
22WORKDIR /app
33
44COPY package.json package-lock.json ./
@@ -7,7 +7,7 @@ COPY package.json package-lock.json ./
77RUN npm ci --frozen-lockfile --legacy-peer-deps --ignore-scripts
88
99# Rebuild the source code only when needed
10- FROM node:22.21 .0-trixie-slim@sha256:569753d685702eec9855b1bf2fdcc003e8ee47f1915f9a4e4e38fc6a880c7612 AS builder
10+ FROM node:24.10 .0-trixie-slim@sha256:4fd2d8b0c63882882529a56bcc977732c059e0d03a977eb20d504d9a1d6591a0 AS builder
1111WORKDIR /app
1212COPY --from=deps /app/node_modules ./node_modules
1313COPY . .
Original file line number Diff line number Diff line change 8484 "@testing-library/react" : " 16.3.0" ,
8585 "@testing-library/user-event" : " 14.6.1" ,
8686 "@types/jest" : " 30.0.0" ,
87- "@types/node" : " 22.18.12 " ,
87+ "@types/node" : " 24.9.1 " ,
8888 "@types/react" : " 19.2.2" ,
8989 "@types/react-dom" : " 19.2.2" ,
9090 "eslint" : " 9.38.0" ,
You can’t perform that action at this time.
0 commit comments