chore(deps): update node.js to v21
continuous-integration/drone/push Build is running Details

This commit is contained in:
Renovate Bot 2023-11-14 09:15:59 +00:00 committed by nemunaire
parent 51182fb4f0
commit b37259537e
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ platform:
steps:
- name: frontend
image: node:20-alpine
image: node:21-alpine
commands:
- apk --no-cache add tar
- yarn config set network-timeout 100000
@ -218,7 +218,7 @@ platform:
steps:
- name: frontend
image: node:20-alpine
image: node:21-alpine
commands:
- cd ui
- npm install --network-timeout=100000
@ -381,7 +381,7 @@ platform:
steps:
- name: frontend
image: node:20-alpine
image: node:21-alpine
commands:
- cd ui
- npm install --network-timeout=100000

View File

@ -1,4 +1,4 @@
FROM node:20-alpine as nodebuild
FROM node:21-alpine as nodebuild
WORKDIR /go/src/git.happydns.org/happydomain