Compare commits

..

1 Commits

Author SHA1 Message Date
4122549250 Change to gitea actions
Some checks failed
Build and Upload RPMs / Build on AlmaLinux 8 (pull_request) Failing after 17s
Build and Upload RPMs / Upload RPMs (pull_request) Has been skipped
- remove .drone.yml
- create .gitea/workflows/deploy.yaml
- install node in default container
2024-09-07 18:35:43 +10:00

View File

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