chore(deps): update node.js to v21

This commit is contained in:
Renovate 2023-12-02 19:33:20 +00:00
parent 56944664ac
commit 3f34e3edca
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ when:
- ${CI_REPO_DEFAULT_BRANCH}
variables:
- &node_image 'node:18'
- &node_image 'node:21'
steps:
test-build:

View File

@ -1,4 +1,4 @@
FROM node:18.18-alpine as build-deps
FROM node:21.3-alpine as build-deps
WORKDIR /app
COPY package.json yarn.lock ./