CI/CD edit

This commit is contained in:
2025-02-12 23:11:23 +01:00
parent 4aa5ff1e2c
commit 08b4631032

View File

@@ -17,6 +17,10 @@ jobs:
#run: apk update && apk add --no-cache git docker docker-compose nodejs gpg openssh npm ansible
#ansible-galaxy collection install community.general --force
#ansible-galaxy collection install ansible.posix --force
- name: Use Node.js
uses: https://github.com/actions/setup-node@v3
with:
node-version: '18.17'
- name: "Check out repo code"
uses: actions/checkout@v4