We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 999916f commit 07def98Copy full SHA for 07def98
.nvmrc
@@ -1 +1 @@
1
-18
+22
.tool-versions
-nodejs 18.20.7
+nodejs 22.14.0
Dockerfile.ci
@@ -1,4 +1,4 @@
-FROM docker.io/library/node:18-alpine AS builder
+FROM docker.io/library/node:22-alpine AS builder
2
WORKDIR /src
3
COPY . ./
4
RUN apk add --no-cache python3 py3-setuptools make g++ git
@@ -25,7 +25,7 @@ RUN yarn install --frozen-lockfile --network-timeout 100000 && \
25
# Default commitlint config
26
npm pack @commitlint/config-conventional
27
28
-FROM docker.io/library/node:18-alpine
+FROM docker.io/library/node:22-alpine
29
RUN apk add --no-cache git
30
COPY --from=builder /src/*.tgz ./
31
RUN npm config set fetch-retry-mintimeout 20000 && \
0 commit comments