From 18a626b8d5a67e4bbf5b7b9534555ac3515ba938 Mon Sep 17 00:00:00 2001 From: saridsa2 Date: Sat, 11 Apr 2026 13:51:19 +0530 Subject: [PATCH] ci: use npm install with public registry (lockfile has verdaccio URLs) --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 91bcd13..4f0d2ad 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,14 +11,14 @@ steps: commands: - node --version - npm --version - - npm ci --prefer-offline + - npm install --registry=https://registry.npmjs.org - npx tsc --noEmit e2e-tests: image: mcr.microsoft.com/playwright:v1.52.0-noble commands: - node --version - - npm ci --prefer-offline + - npm install --registry=https://registry.npmjs.org - npx playwright test --reporter=list environment: E2E_BASE_URL: https://ramaiah.engage.healix360.net