Various improvements
Some checks failed
Upload via SSH / build (push) Failing after 9s
Upload via SSH / deploy (push) Has been skipped

This commit is contained in:
Bethlenfalvi, Lorinc (ext)
2026-01-05 23:18:55 +01:00
parent fe519c46e7
commit ee1b999630
6 changed files with 87 additions and 58 deletions

View File

@@ -18,6 +18,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install node
run: |
apt-get update
apt-get install node
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install dependencies