Compare commits

..

1 Commits

Author SHA1 Message Date
105206a9f1 Change to gitea actions
Some checks failed
Build and Upload RPMs / Build on AlmaLinux 8 (pull_request) Successful in 3m50s
Build and Upload RPMs / Upload RPMs (pull_request) Failing after 2s
- remove .drone.yml
- create .gitea/workflows/deploy.yaml
- install node in default container
2024-09-07 18:36:27 +10:00

View File

@ -15,7 +15,7 @@ jobs:
steps:
- name: Install nodejs:20
run: |
dnf module enable nodejs:20
dnf module enable -y nodejs:20
dnf install -y nodejs
- name: Checkout code