chore(deps): update node.js to v24
Some checks are pending
continuous-integration/drone/push Build is pending
Some checks are pending
continuous-integration/drone/push Build is pending
This commit is contained in:
parent
1703e136f7
commit
67a6ec6f1c
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ workspace:
|
|||
|
||||
steps:
|
||||
- name: build front
|
||||
image: node:22
|
||||
image: node:24
|
||||
commands:
|
||||
- mkdir deploy
|
||||
- cd ui
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:22-alpine as nodebuild
|
||||
FROM node:24-alpine as nodebuild
|
||||
|
||||
WORKDIR /ui
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue