Document npm publishing prerequisites
This commit is contained in:
parent
3c446b11a4
commit
46878f0e15
3 changed files with 7 additions and 2 deletions
3
.github/workflows/publish-codex-flows.yml
vendored
3
.github/workflows/publish-codex-flows.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue