workflow/lint: ubuntu-22.04/node:22-bookworm
Some checks failed
ci-lint / test (push) Failing after 5s

This commit is contained in:
Josh Lay 2025-10-19 07:39:03 -05:00
parent 7a4a9aa870
commit a72ad8770b
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -10,13 +10,12 @@ on: # yamllint disable-line rule:truthy
jobs: jobs:
test: test:
runs-on: ubuntu-latest # tag on runner maps to 'node:25-trixie' image runs-on: ubuntu-22.04 # tag on runner maps to 'node:22-bookworm' image
steps: steps:
- uses: actions/checkout@v5 # v5 needs nodejs 24+ - uses: actions/checkout@v4
- uses: actions/setup-python@v6 - uses: actions/setup-python@v6
with: with:
python-version: '3.13.9'
cache: 'pip' cache: 'pip'
- name: ansible/collections - name: ansible/collections