From d7d150dee2eea336f7984995ac09d74c895fb81e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Aug 2026 13:16:03 +0000 Subject: [PATCH] Update node Docker tag to v26 --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 980b996..5c94fd5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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