remove npm and node
Some checks failed
Build on Multiple Distributions / build-on-debian (push) Has been cancelled
Build on Multiple Distributions / build-on-fedora (push) Has been cancelled
Build on Multiple Distributions / build-on-arch (push) Failing after 1m16s

This commit is contained in:
2025-06-06 06:27:22 +05:30
parent 54d16d9731
commit 3d8b4c6032

View File

@@ -91,7 +91,7 @@ jobs:
- name: Install basic dependencies
run: |
dnf up -y
dnf install -y git nodejs npm
dnf install -y git
- name: Clone repo
run: |