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

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

View file

@ -10,7 +10,8 @@ jobs:
- name: Dependencies - name: Dependencies
run: | run: |
apt update apt update
apt install node apt install nodejs
node -v
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4