Skip to content

Commit 4acca4b

Browse files
committed
Revert "chore: upgrade node to 25.7.0"
This reverts commit 362e84a.
1 parent 362e84a commit 4acca4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:25.7.0
1+
FROM node:24.6.0
22
WORKDIR /app
33
COPY package.json ./
44
COPY package-lock.json ./

envvars.for.actions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
NODE_VERSION=25.7.0
1+
NODE_VERSION=25.2.1

0 commit comments

Comments
 (0)