workflow/lint: ubuntu-latest
Some checks failed
ci-lint / test (push) Failing after 11s

This commit is contained in:
Josh Lay 2025-10-19 07:50:00 -05:00
parent cb83f22908
commit e55031209b
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -10,7 +10,7 @@ on: # yamllint disable-line rule:truthy
jobs: jobs:
test: test:
runs-on: ubuntu-22.04 # tag on runner maps to 'node:22-bookworm' image runs-on: ubuntu-latest # tag on runner maps to 'node:20-bookworm' image
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4