Fix node warnings
Some checks failed
Copilot Setup Steps / Validate Setup & Environment (push) Has been cancelled
Copilot Setup Steps / Collect Build Artifacts & Logs (push) Has been cancelled

This commit is contained in:
aricloverGitHub (INACTIVE) 2026-06-22 16:25:17 -05:00 committed by GitHub
parent c92cf202bd
commit 9e0f78c328
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,6 @@ jobs:
make \ make \
unzip \ unzip \
dpkg-dev \ dpkg-dev \
ldid \
curl curl
if [ ! -d "${{ env.THEOS }}" ]; then if [ ! -d "${{ env.THEOS }}" ]; then
@ -122,7 +121,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v7
with: with:
submodules: recursive submodules: recursive