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

@ -13,10 +13,10 @@ jobs:
container:
image: git.query.consul/unkin/almalinux8:latest
steps:
- name: Install node
- name: Install nodejs:20
run: |
dnf module enable node:20
dnf install -y node
dnf module enable nodejs:20
dnf install -y nodejs
- name: Checkout code
uses: actions/checkout@v3