fix(ci): ensure node is installed

This commit is contained in:
Chance 2025-04-18 23:53:07 -04:00
parent 87d810aff3
commit cb91bde7f8
Signed by untrusted user: caznix
GPG key ID: 489D213143D753FD

View file

@ -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