ci: Install Node.js in workflow for actions support

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-23 20:46:41 -07:00
parent fb238e5bd6
commit 35376b1a5a

View File

@@ -15,6 +15,10 @@ jobs:
build:
runs-on: docker
steps:
- name: Install Node.js
run: |
apk add --no-cache nodejs npm || apt-get update && apt-get install -y nodejs npm || yum install -y nodejs npm
- name: Checkout
uses: actions/checkout@v4