fix(ci): ensure node is installed

This commit is contained in:
Chance 2025-04-18 23:53:07 -04:00 committed by BitSyndicate
parent b092e6f6ae
commit 8430a67951
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE

View file

@ -1,10 +1,10 @@
name: Build Zenyx ⚡
name: Build Zenyx ⚡
on:
on:
push:
pull_request:
jobs:
jobs:
build:
name: Build ${{ matrix.target }}
runs-on: ubuntu-latest
@ -35,6 +35,9 @@ jobs:
ext: ".exe"
steps:
- name: Ensure nodejs
run: |
apt-get -y install nodejs
- name: 📥 Checkout source
uses: https://github.com/actions/checkout@v4