Author SHA1 Message Date
renovate d7d150dee2 Update node Docker tag to v26 2026-08-29 13:16:03 +00:00
2 changed files with 8 additions and 6 deletions
+5 -5
View File
@@ -13,22 +13,22 @@ trigger:
steps:
- name: install
image: node:25
image: node:26
commands:
- yarn install --frozen-lockfile
- name: lint
image: node:25
image: node:26
commands:
- yarn lint
- name: build
image: node:25
image: node:26
commands:
- yarn build
- name: unit-tests
image: node:25
image: node:26
environment:
NODE_OPTIONS: --no-webstorage
commands:
@@ -67,7 +67,7 @@ trigger:
steps:
- name: publish-npm
image: node:25
image: node:26
environment:
NEXUS_NPM_TOKEN:
from_secret: nexus_npm_token
+3 -1
View File
@@ -1957,7 +1957,9 @@ uri-js@^4.2.2:
punycode "^2.1.0"
"vite@^6.0.0 || ^7.0.0", vite@^7.0.0:
version "7.3.6"
version "7.3.1"
resolved "https://nexus.beatrice.wtf/repository/npm-group/vite/-/vite-7.3.1.tgz#7f6cfe8fb9074138605e822a75d9d30b814d6507"
integrity sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==
dependencies:
esbuild "^0.27.0"
fdir "^6.5.0"