1 Commits

Author SHA1 Message Date
f8d87746bf Update dependency mkdirp to v3
Some checks failed
Lint / lint (push) Failing after 6s
Build / build (pull_request) Failing after 19s
2025-10-28 12:02:11 +00:00
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
FROM oven/bun:1.3.1@sha256:9c5d3c92b234b4708198577d2f39aab7397a242a40da7c2f059e51b9dc62b408 AS bun
FROM node:24.11.0-trixie-slim@sha256:45babd1b4ce0349fb12c4e24bf017b90b96d52806db32e001e3013f341bef0fe
FROM node:22.21.0-trixie-slim@sha256:569753d685702eec9855b1bf2fdcc003e8ee47f1915f9a4e4e38fc6a880c7612
COPY --from=bun /usr/local/bin/bun \
/usr/local/bin/bunx \
/usr/local/bin/

View File

@@ -35,7 +35,7 @@ services:
webapp:
<<: *service-base
image: node:24.11.0@sha256:34af25027ee1b8bffd482ba995ec1e577fbd398db87beb4c60b80c2c9c025127
image: node:22.21.0@sha256:23c24e85395992be118734a39903e08c8f7d1abc73978c46b6bda90060091a49
ports:
- ${PORT:?PORT missing}:80
volumes:

View File

@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: 24
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run release

View File

@@ -34,7 +34,7 @@
"glob": "^7.1.6",
"highlight.js": "^10.4.1",
"live-server": "^1.2.1",
"mkdirp": "^1.0.4",
"mkdirp": "^3.0.0",
"postcss": "^8.2.12",
"postcss-calc": "^7.0.2",
"postcss-copy": "^7.1.0",