fix(ci): add node
Some checks failed
/ Fetch Build Keyboards (push) Successful in 18s
/ Build (push) Failing after 10m35s

This commit is contained in:
2026-04-06 07:09:11 +02:00
parent 2610f2d7d6
commit 93f118f055

View File

@@ -38,6 +38,12 @@ jobs:
fail-fast: false
matrix: ${{ fromJson(needs.matrix.outputs.build_matrix) }}
steps:
- name: Install Node.js (required for JS actions in this container)
run: |
apt-get update -qq && apt-get install -y -qq curl
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt-get install -y -qq nodejs
- name: Checkout
uses: actions/checkout@v4