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: steps:
- name: Dependencies - name: Dependencies
run: | run: |
apt update apt update -y
apt install nodejs apt install nodejs -y
node -v node -v
- name: Checkout - name: Checkout