From 9a9f616d8fed78bd92461a974987c92fcf3e4d9c Mon Sep 17 00:00:00 2001 From: Tim Fabian Date: Wed, 10 Dec 2025 00:02:42 +0100 Subject: [PATCH] fixed pipeline #4 --- .github/workflows/cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 3ab9730..4408dfa 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -21,6 +21,8 @@ jobs: with: node-version: '20' registry-url: 'https://registry.npmjs.org' + # Ensure npm 11.5.1 or later is installed + - run: npm install -g npm@latest - run: npm ci - run: npm run build - run: npm publish