chore(deps): update node docker tag to v26

This commit is contained in:
2026-09-24 13:23:28 +00:00
parent ee3bdad9ad
commit 13e325933a
3 changed files with 15 additions and 20 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