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

Merged
CSRBot merged 1 commits from renovate/actions into master 2025-06-10 06:01:16 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 0950a51229 - Show all commits

View File

@ -15,7 +15,7 @@ on:
jobs: jobs:
generate-parameters: generate-parameters:
container: container:
image: docker.io/library/node:24.1.0-alpine image: docker.io/library/node:24.2.0-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:24.1.0-alpine image: docker.io/library/node:24.2.0-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:24.1.0-alpine image: docker.io/library/node:24.2.0-alpine
runs-on: runs-on:
- ubuntu-latest - ubuntu-latest
steps: steps: