From 4ea70a92e0788921942a8a84fbb5eb4b279b8e3f Mon Sep 17 00:00:00 2001 From: Thierry Bela Nanga Date: Mon, 13 Jul 2026 02:19:35 -0400 Subject: [PATCH] update npm action #131 --- .github/workflows/npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 0f7e68a0..2c598d04 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -16,7 +16,7 @@ jobs: node-version: '24.x' registry-url: 'https://registry.npmjs.org' package-manager-cache: false # never use caching in release builds - - run: npm ci + - run: npm install - run: npm run build --if-present - run: npm test - run: npm publish # Or: npm stage publish \ No newline at end of file