fix(ci): ensure node is installed

This commit is contained in:
Chance 2025-04-18 23:53:07 -04:00 committed by lily
parent e73fefcd46
commit fe85e6d6a7
Signed by: lily
GPG key ID: 601F3263FBCBC4B9

View file

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