Update node Docker tag to v24 #12

Open
renovate-bot wants to merge 1 commit from renovate/node-24.x into main

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: