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

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