mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
use latest npm in rowboatx publish action
This commit is contained in:
parent
11939a39a4
commit
8feb4f1425
1 changed files with 3 additions and 0 deletions
3
.github/workflows/x-publish.yml
vendored
3
.github/workflows/x-publish.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue