Revert "fix(ci): ensure node is installed"

This reverts commit cb91bde7f8.
This commit is contained in:
Chance 2025-04-18 23:59:21 -04:00 committed by BitSyndicate
parent cfd1ed06a2
commit d0871bdc15

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,9 +35,6 @@
ext: ".exe"
steps:
- name: Ensure nodejs
run: |
apt-get -y install nodejs
- name: 📥 Checkout source
uses: https://github.com/actions/checkout@v4