Fix actions
Some checks failed
Some checks failed
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -20,8 +20,6 @@ jobs:
|
|||||||
node-version: [18.x, 20.x, 22.x]
|
node-version: [18.x, 20.x, 22.x]
|
||||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: "Base requirements"
|
- name: "Base requirements"
|
||||||
run: |
|
run: |
|
||||||
# packages
|
# packages
|
||||||
@@ -30,6 +28,8 @@ jobs:
|
|||||||
ansible-galaxy collection install community.general --force
|
ansible-galaxy collection install community.general --force
|
||||||
ansible-galaxy collection install ansible.posix --force
|
ansible-galaxy collection install ansible.posix --force
|
||||||
|
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
# Corepack
|
# Corepack
|
||||||
- name: Install Corepack
|
- name: Install Corepack
|
||||||
run: npm install -g corepack
|
run: npm install -g corepack
|
||||||
|
|||||||
Reference in New Issue
Block a user