nodejs
Some checks failed
/ build-web (push) Failing after 26s

This commit is contained in:
zeyus 2025-07-21 14:42:51 +02:00
parent 18e3dd5560
commit 3ab623a080
Signed by: zeyus
GPG key ID: A836639BA719C614

View file

@ -9,7 +9,7 @@ jobs:
steps:
- name: install node
id: node-install
run: apt update && apt install nodejs
run: apt update && apt -y install nodejs
- name: Checkout code
uses: actions/checkout@v4