Update node Docker tag to v21

This commit is contained in:
Renovate Bot 2024-03-16 17:35:29 +00:00
parent e63f561650
commit 27dd7d3639
1 changed files with 2 additions and 2 deletions

View File

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