chore(deps): update docker.io/library/node docker tag to v24 #23

Open
CSRBot wants to merge 1 commits from renovate/docker.io-library-node-24.x into master
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 43ccbec5af - Show all commits

View File

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

View File

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