chore(deps): update node.js to v17 (#883)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/883 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
cb95a569d3
commit
149defddda
2 changed files with 7 additions and 7 deletions
12
.drone.yml
12
.drone.yml
|
@ -38,7 +38,7 @@ steps:
|
||||||
# - '.cache'
|
# - '.cache'
|
||||||
|
|
||||||
- name: dependencies
|
- name: dependencies
|
||||||
image: node:16
|
image: node:17
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
YARN_CACHE_FOLDER: .cache/yarn/
|
YARN_CACHE_FOLDER: .cache/yarn/
|
||||||
|
@ -69,7 +69,7 @@ steps:
|
||||||
# - dependencies
|
# - dependencies
|
||||||
|
|
||||||
- name: lint
|
- name: lint
|
||||||
image: node:16
|
image: node:17
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
YARN_CACHE_FOLDER: .cache/yarn/
|
YARN_CACHE_FOLDER: .cache/yarn/
|
||||||
|
@ -80,7 +80,7 @@ steps:
|
||||||
- dependencies
|
- dependencies
|
||||||
|
|
||||||
- name: build-prod
|
- name: build-prod
|
||||||
image: node:16
|
image: node:17
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
YARN_CACHE_FOLDER: .cache/yarn/
|
YARN_CACHE_FOLDER: .cache/yarn/
|
||||||
|
@ -90,7 +90,7 @@ steps:
|
||||||
- dependencies
|
- dependencies
|
||||||
|
|
||||||
- name: test-unit
|
- name: test-unit
|
||||||
image: node:16
|
image: node:17
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- yarn test:unit
|
- yarn test:unit
|
||||||
|
@ -174,7 +174,7 @@ steps:
|
||||||
# - '.cache'
|
# - '.cache'
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: node:16
|
image: node:17
|
||||||
pull: true
|
pull: true
|
||||||
group: build-static
|
group: build-static
|
||||||
environment:
|
environment:
|
||||||
|
@ -249,7 +249,7 @@ steps:
|
||||||
# - '.cache'
|
# - '.cache'
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: node:16
|
image: node:17
|
||||||
pull: true
|
pull: true
|
||||||
group: build-static
|
group: build-static
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Stage 1: Build application
|
# Stage 1: Build application
|
||||||
FROM node:16 AS compile-image
|
FROM node:17 AS compile-image
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue