workflow/lint: revert nodejs/checkout change
All checks were successful
ci-lint / test (push) Successful in 37s

This commit is contained in:
Josh Lay 2025-10-19 08:03:11 -05:00
parent 66c303663d
commit 914bceef3f
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -18,9 +18,9 @@ jobs:
- name: requirements
run: |
echo -e 'max_parallel_downloads=20\ndeltarpm=False\nfastestmirror=False' | tee -a /etc/dnf/dnf.conf
dnf -yq --no-docs in nodejs24 git-core python3-pip
dnf -yq --no-docs in nodejs git-core python3-pip
- uses: actions/checkout@v5
- uses: actions/checkout@v4
- uses: actions/setup-python@v6
with: