Update .forgejo/workflows/demo.yaml
Some checks failed
/ test (push) Failing after 24s

This commit is contained in:
Aliberk Sandıkçı 2024-11-10 22:20:26 +03:00
parent 0740b6a7c7
commit e1d3236500

View file

@ -9,8 +9,8 @@ jobs:
steps:
- name: Dependencies
run: |
apt update
apt install nodejs
apt update -y
apt install nodejs -y
node -v
- name: Checkout