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
@@ -1971,7 +1971,9 @@ uri-js@^4.2.2:
fsevents "~2.3.3" fsevents "~2.3.3"
vitest@^4.0.18: vitest@^4.0.18:
version "4.1.11" version "4.0.18"
resolved "https://nexus.beatrice.wtf/repository/npm-group/vitest/-/vitest-4.0.18.tgz#56f966353eca0b50f4df7540cd4350ca6d454a05"
integrity sha512-hOQuK7h0FGKgBAas7v0mSAsnvrIgAvWmRFjmzpJ7SwFHH3g1k2u37JtYwOwmEKhK6ZO3v9ggDBBm0La1LCK4uQ==
dependencies: dependencies:
"@vitest/expect" "4.0.18" "@vitest/expect" "4.0.18"
"@vitest/mocker" "4.0.18" "@vitest/mocker" "4.0.18"