use latest npm in rowboatx publish action

This commit is contained in:
Ramnique Singh 2025-11-25 20:59:16 +05:30
parent 11939a39a4
commit 8feb4f1425

View file

@ -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