-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Greetings,
thanks for publishing this action!
I just tried it out and noticed that the action is outputting the following warnings:
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: '[email protected]',
npm warn EBADENGINE required: { node: '>=22' },
npm warn EBADENGINE current: { node: 'v20.19.6', npm: '10.8.2' }
npm warn EBADENGINE }
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: '[email protected]',
npm warn EBADENGINE required: { node: '>=22' },
npm warn EBADENGINE current: { node: 'v20.19.6', npm: '10.8.2' }
npm warn EBADENGINE }
You can see the complete run here:
https://github.com/marcalexiei/marcalexiei/actions/runs/20539503069/job/59001906550
Action code for reference
name: Update README cards
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
permissions: {}
jobs:
build:
name: Build card
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v6
- name: Generate stats card
uses: readme-tools/github-readme-stats-action@v1
with:
card: stats
options: username=${{ github.repository_owner }}&show_icons=true
path: profile/stats.svg
token: ${{ secrets.GITHUB_TOKEN }}
- name: Commit cards
run: |
git config user.name "github-actions"
git config user.email "[email protected]"
git add profile/*.svg
git commit -m "feat: update README cards" || exit 0
git pushjonasbb and lcheylus
Metadata
Metadata
Assignees
Labels
No labels