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 lily
parent 1891396416
commit c3a1d4ec17
Signed by: lily
GPG key ID: 601F3263FBCBC4B9

View file

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