Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit e8e815f

Browse files
authored
chore: use node version 22.6.0 as base image to fix ci issue (#112)
* fix: fix the node version to 22.6
1 parent ad8b11d commit e8e815f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.3.0
1+
v22.6.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Step 1. Rebuild the source code only when needed
2-
FROM node:22-alpine3.19 AS builder
2+
FROM node:22.6.0-alpine3.20 AS builder
33

44
WORKDIR /app
55

0 commit comments

Comments
 (0)