fix(ci): ensure node is installed

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

View file

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