Skip to content

Commit 07def98

Browse files
chore: update node.js to v22
1 parent 999916f commit 07def98

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
22

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 18.20.7
1+
nodejs 22.14.0

Dockerfile.ci

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/node:18-alpine AS builder
1+
FROM docker.io/library/node:22-alpine AS builder
22
WORKDIR /src
33
COPY . ./
44
RUN apk add --no-cache python3 py3-setuptools make g++ git
@@ -25,7 +25,7 @@ RUN yarn install --frozen-lockfile --network-timeout 100000 && \
2525
# Default commitlint config
2626
npm pack @commitlint/config-conventional
2727

28-
FROM docker.io/library/node:18-alpine
28+
FROM docker.io/library/node:22-alpine
2929
RUN apk add --no-cache git
3030
COPY --from=builder /src/*.tgz ./
3131
RUN npm config set fetch-retry-mintimeout 20000 && \

0 commit comments

Comments
 (0)