ci: add product checks - #13
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 09fadb1a98
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| uses: actions/checkout@v7 | ||
|
|
||
| - name: Set up Node.js | ||
| uses: actions/setup-node@v7 |
There was a problem hiding this comment.
Use published action major versions
In this new test job, both uses: entries reference nonexistent v7 tags; the official checkout releases and setup-node releases currently stop at v6. Consequently, every push and pull-request run fails while resolving the actions, before npm ci, lint, or build can execute; point these entries to published majors or immutable release SHAs.
Useful? React with 👍 / 👎.
Summary
mainactions/setup-nodeValidation
actionlint .github/workflows/ci.ymlnpm cinpm run lintnpm run build