Skip to content

Conversation

@Traderz-AI
Copy link

This workflow runs tests and publishes a Node.js package to GitHub Packages upon release creation.

This workflow runs tests and publishes a Node.js package to GitHub Packages upon release creation.
@vercel
Copy link

vercel bot commented Feb 3, 2026

@Traderz-AI is attempting to deploy a commit to the Amantus Machina Team on Vercel.

A member of the Team first needs to authorize it.

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

npm-publish.yml workflow uses npm and setup-node@v4, but the project uses bun as its package manager

Fix on Vercel

with:
node-version: 20
- run: npm ci
- run: npm test
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- run: npm test
- run: npm run build

npm-publish.yml workflow runs 'npm test' but no test script is defined in package.json, causing build failure

Fix on Vercel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant