Compare commits

...

2 Commits

Author SHA1 Message Date
33269ebce8
chore(deps): update docker.io/library/node docker tag to v24
All checks were successful
Helm / helm-lint (push) Successful in 13s
Helm / helm-lint (pull_request) Successful in 5s
Helm / helm-unittest (push) Successful in 22s
Helm / helm-unittest (pull_request) Successful in 14s
2025-05-15 19:11:47 +00:00
ea0183bb1b
chore(deps): update docker.io/library/node docker tag to v23.11.1
All checks were successful
Helm / helm-unittest (pull_request) Successful in 6s
Helm / helm-lint (pull_request) Successful in 15s
Helm / helm-lint (push) Successful in 6s
Helm / helm-unittest (push) Successful in 12s
2025-05-15 16:10:43 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ on:
jobs:
generate-parameters:
container:
image: docker.io/library/node:23.11.0-alpine
image: docker.io/library/node:24.0.2-alpine
runs-on:
- ubuntu-latest
steps:

View File

@ -15,7 +15,7 @@ on:
jobs:
markdown-link-checker:
container:
image: docker.io/library/node:23.11.0-alpine
image: docker.io/library/node:24.0.2-alpine
runs-on:
- ubuntu-latest
steps:
@ -31,7 +31,7 @@ jobs:
markdown-lint:
container:
image: docker.io/library/node:23.11.0-alpine
image: docker.io/library/node:24.0.2-alpine
runs-on:
- ubuntu-latest
steps: