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
@@ -847,7 +847,9 @@
react-refresh "^0.18.0" react-refresh "^0.18.0"
"@vitest/coverage-v8@^4.0.18": "@vitest/coverage-v8@^4.0.18":
version "4.1.8" version "4.0.18"
resolved "https://nexus.beatrice.wtf/repository/npm-group/@vitest/coverage-v8/-/coverage-v8-4.0.18.tgz#b9c4db7479acd51d5f0ced91b2853c29c3d0cda7"
integrity sha512-7i+N2i0+ME+2JFZhfuz7Tg/FqKtilHjGyGvoHYQ6iLV0zahbsJ9sljC9OcFcPDbhYKCet+sG8SsVqlyGvPflZg==
dependencies: dependencies:
"@bcoe/v8-coverage" "^1.0.2" "@bcoe/v8-coverage" "^1.0.2"
"@vitest/utils" "4.0.18" "@vitest/utils" "4.0.18"