Document npm publishing prerequisites

This commit is contained in:
matamune 2026-05-12 15:17:34 +00:00
parent 3c446b11a4
commit 46878f0e15
3 changed files with 7 additions and 2 deletions

View file

@ -32,6 +32,9 @@ jobs:
node-version: 24
registry-url: https://registry.npmjs.org
- name: Update npm
run: npm install -g npm@^11.10.0
- name: Install dependencies
run: bun install --frozen-lockfile