Update Node.js (#549)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/549 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
37dae144cf
commit
f55d1151f4
2 changed files with 6 additions and 6 deletions
10
.drone.yml
10
.drone.yml
|
@ -37,7 +37,7 @@ steps:
|
|||
- '.cache'
|
||||
|
||||
- name: dependencies
|
||||
image: node:12
|
||||
image: node:16
|
||||
pull: true
|
||||
environment:
|
||||
YARN_CACHE_FOLDER: .cache/yarn/
|
||||
|
@ -68,7 +68,7 @@ steps:
|
|||
- dependencies
|
||||
|
||||
- name: build
|
||||
image: node:12
|
||||
image: node:16
|
||||
pull: true
|
||||
environment:
|
||||
YARN_CACHE_FOLDER: .cache/yarn/
|
||||
|
@ -80,7 +80,7 @@ steps:
|
|||
- dependencies
|
||||
|
||||
- name: test-unit
|
||||
image: node:12
|
||||
image: node:16
|
||||
pull: true
|
||||
commands:
|
||||
- yarn test:unit
|
||||
|
@ -163,7 +163,7 @@ steps:
|
|||
- '.cache'
|
||||
|
||||
- name: build
|
||||
image: node:12
|
||||
image: node:16
|
||||
pull: true
|
||||
group: build-static
|
||||
environment:
|
||||
|
@ -238,7 +238,7 @@ steps:
|
|||
- '.cache'
|
||||
|
||||
- name: build
|
||||
image: node:12
|
||||
image: node:16
|
||||
pull: true
|
||||
group: build-static
|
||||
environment:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Stage 1: Build application
|
||||
FROM node:13.14.0 AS compile-image
|
||||
FROM node:16.3.0 AS compile-image
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
|
|
Loading…
Reference in a new issue