Skip to content

Commit 4654a3b

Browse files
chore(deps): update all dependencies
1 parent feb3dde commit 4654a3b

File tree

5 files changed

+1334
-175
lines changed

5 files changed

+1334
-175
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Set up npm for linting
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '18.x'
19+
node-version: '22.x'
2020
-
2121
name: Lint Markdown
2222
run: npm ci && npm run mdlint

.github/workflows/push-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Set up npm for linting
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: '18.x'
21+
node-version: '22.x'
2222
-
2323
name: Lint Markdown
2424
run: npm ci && npm run mdlint

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/floryn90/hugo:0.140.2-ext-ubuntu AS builder
1+
FROM docker.io/floryn90/hugo:0.145.0-ext-ubuntu AS builder
22

33
ARG TRAINING_HUGO_ENV=default
44
USER root

0 commit comments

Comments
 (0)