From 8feb4f14250eba68979f68bc1e0b4ce6b6435397 Mon Sep 17 00:00:00 2001 From: Ramnique Singh <30795890+ramnique@users.noreply.github.com> Date: Tue, 25 Nov 2025 20:59:16 +0530 Subject: [PATCH] use latest npm in rowboatx publish action --- .github/workflows/x-publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/x-publish.yml b/.github/workflows/x-publish.yml index 415c9b0c..aac99cb9 100644 --- a/.github/workflows/x-publish.yml +++ b/.github/workflows/x-publish.yml @@ -23,6 +23,9 @@ jobs: node-version: 24 registry-url: https://registry.npmjs.org/ + - name: Update npm + run: npm install -g npm@latest + - name: Install deps run: npm ci working-directory: apps/cli