Merge pull request #178 from jpawlowski/dependabot/github_actions/actions/setup-node-7
Some checks failed
Deploy Docusaurus Documentation (Dual Sites) / Build and Deploy Documentation Sites (push) Has been cancelled
Lint / Ruff (push) Has been cancelled
Validate / Hassfest validation (push) Has been cancelled
Validate / HACS validation (push) Has been cancelled

This commit is contained in:
Julian Pawlowski 2026-07-15 08:57:00 +02:00 committed by GitHub
commit a983fb3fe5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ jobs:
echo "Stable tag or branch: ${GITHUB_REF}" echo "Stable tag or branch: ${GITHUB_REF}"
fi fi
- uses: actions/setup-node@v6 - uses: actions/setup-node@v7
with: with:
node-version: 24 node-version: 24
cache: "npm" cache: "npm"