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: steps:
- name: install - name: install
image: node:25 image: node:26
commands: commands:
- yarn install --frozen-lockfile - yarn install --frozen-lockfile
- name: lint - name: lint
image: node:25 image: node:26
commands: commands:
- yarn lint - yarn lint
- name: build - name: build
image: node:25 image: node:26
commands: commands:
- yarn build - yarn build
- name: unit-tests - name: unit-tests
image: node:25 image: node:26
environment: environment:
NODE_OPTIONS: --no-webstorage NODE_OPTIONS: --no-webstorage
commands: commands:
@@ -67,7 +67,7 @@ trigger:
steps: steps:
- name: publish-npm - name: publish-npm
image: node:25 image: node:26
environment: environment:
NEXUS_NPM_TOKEN: NEXUS_NPM_TOKEN:
from_secret: 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" punycode "^2.1.0"
"vite@^6.0.0 || ^7.0.0", vite@^7.0.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: dependencies:
esbuild "^0.27.0" esbuild "^0.27.0"
fdir "^6.5.0" fdir "^6.5.0"