workflow/lint: ubuntu-22.04/node:22-bookworm
Some checks failed
ci-lint / test (push) Failing after 5s
Some checks failed
ci-lint / test (push) Failing after 5s
This commit is contained in:
parent
7a4a9aa870
commit
a72ad8770b
1 changed files with 2 additions and 3 deletions
|
@ -10,13 +10,12 @@ on: # yamllint disable-line rule:truthy
|
|||
|
||||
jobs:
|
||||
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:
|
||||
|
||||
- uses: actions/checkout@v5 # v5 needs nodejs 24+
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: '3.13.9'
|
||||
cache: 'pip'
|
||||
|
||||
- name: ansible/collections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue