We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f9bd7 commit b1e62c9Copy full SHA for b1e62c9
.github/workflows/docker.yml
@@ -12,7 +12,7 @@ jobs:
12
uses: actions/checkout@v4
13
- uses: actions/setup-node@v4
14
with:
15
- node-version: 20
+ node-version: 22
16
- run: npm ci
17
- run: npm run format:check
18
- run: npm run lint
Dockerfile
@@ -1,5 +1,5 @@
1
# Build layer template for an eventual TS migration
2
-FROM node:20.15.0-slim AS builder
+FROM node:22.18.0-slim AS builder
3
ENV NODE_ENV=production
4
5
# Set working directory
0 commit comments