forked from vikunja/frontend
chore(deps): update dependency node (#3834)
Reviewed-on: vikunja/frontend#3834 Reviewed-by: konrad <k@knt.li> Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
30046c7ff5
commit
11d11012e7
16
.drone.yml
16
.drone.yml
@ -42,7 +42,7 @@ steps:
|
||||
# - .cache
|
||||
|
||||
- name: dependencies
|
||||
image: node:20.9-alpine
|
||||
image: node:20.10-alpine
|
||||
pull: always
|
||||
environment:
|
||||
PNPM_CACHE_FOLDER: .cache/pnpm
|
||||
@ -55,7 +55,7 @@ steps:
|
||||
# - restore-cache
|
||||
|
||||
- name: lint
|
||||
image: node:20.9-alpine
|
||||
image: node:20.10-alpine
|
||||
pull: always
|
||||
environment:
|
||||
PNPM_CACHE_FOLDER: .cache/pnpm
|
||||
@ -66,7 +66,7 @@ steps:
|
||||
- dependencies
|
||||
|
||||
- name: build-prod
|
||||
image: node:20.9-alpine
|
||||
image: node:20.10-alpine
|
||||
pull: always
|
||||
environment:
|
||||
PNPM_CACHE_FOLDER: .cache/pnpm
|
||||
@ -77,7 +77,7 @@ steps:
|
||||
- dependencies
|
||||
|
||||
- name: test-unit
|
||||
image: node:20.9-alpine
|
||||
image: node:20.10-alpine
|
||||
pull: always
|
||||
commands:
|
||||
- corepack enable && pnpm config set store-dir .cache/pnpm
|
||||
@ -87,7 +87,7 @@ steps:
|
||||
|
||||
- name: typecheck
|
||||
failure: ignore
|
||||
image: node:20.9-alpine
|
||||
image: node:20.10-alpine
|
||||
pull: always
|
||||
environment:
|
||||
PNPM_CACHE_FOLDER: .cache/pnpm
|
||||
@ -202,7 +202,7 @@ steps:
|
||||
# - .cache
|
||||
|
||||
- name: build
|
||||
image: node:20.9-alpine
|
||||
image: node:20.10-alpine
|
||||
pull: always
|
||||
environment:
|
||||
PNPM_CACHE_FOLDER: .cache/pnpm
|
||||
@ -285,7 +285,7 @@ steps:
|
||||
# - .cache
|
||||
|
||||
- name: build
|
||||
image: node:20.9-alpine
|
||||
image: node:20.10-alpine
|
||||
pull: always
|
||||
environment:
|
||||
PNPM_CACHE_FOLDER: .cache/pnpm
|
||||
@ -532,6 +532,6 @@ steps:
|
||||
src/i18n/lang/en.json: en.json
|
||||
---
|
||||
kind: signature
|
||||
hmac: dab902060979f246df77641c995c843ea39f86dba2de9003da7e593ce6f6f08a
|
||||
hmac: 3380c4283256eea047e6228817161991d23457d09abe9d99f06e018b1eb047f4
|
||||
|
||||
...
|
||||
|
@ -3,7 +3,7 @@
|
||||
# │─││ │││ │ │
|
||||
# ┘─┘┘─┘┘┘─┘┘─┘
|
||||
|
||||
FROM --platform=$BUILDPLATFORM node:20.9-alpine AS builder
|
||||
FROM --platform=$BUILDPLATFORM node:20.10-alpine AS builder
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
|
6
flake.lock
generated
6
flake.lock
generated
@ -2,11 +2,11 @@
|
||||
"nodes": {
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1697730408,
|
||||
"narHash": "sha256-Ww//zzukdTrwTrCUkaJA/NsaLEfUfQpWZXBdXBYfhak=",
|
||||
"lastModified": 1701336116,
|
||||
"narHash": "sha256-kEmpezCR/FpITc6yMbAh4WrOCiT2zg5pSjnKrq51h5Y=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "ff0a5a776b56e0ca32d47a4a47695452ec7f7d80",
|
||||
"rev": "f5c27c6136db4d76c30e533c20517df6864c46ee",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user