Update node Docker tag to v24

This commit is contained in:
Renovate Bot 2025-08-07 11:35:41 +00:00
parent 48b9176ea7
commit 60f49080a9

View file

@ -7,7 +7,7 @@ jobs:
build:
runs-on: docker
container:
image: node:21-bullseye # Required by actions/checkout and actions/upload-artifact
image: node:24-bullseye # Required by actions/checkout and actions/upload-artifact
steps:
- uses: actions/checkout@v4
- name: Install dependencies
@ -23,7 +23,7 @@ jobs:
needs: [build]
runs-on: docker
container:
image: node:21-bullseye # Required by actions/download-artifact
image: node:24-bullseye # Required by actions/download-artifact
steps:
- uses: actions/download-artifact@v4
with: