1
0
Fork 0

Merge pull request #3507 from bookwyrm-social/update-linter-ubuntu

GitHub emailed me to say we need to use a later ubuntu version for these
This commit is contained in:
Mouse Reeve 2025-02-13 19:13:28 -08:00 committed by GitHub
commit eef66b5fc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ on:
jobs:
lint:
name: Lint with stylelint and ESLint.
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it.

View file

@ -10,7 +10,7 @@ on:
jobs:
lint:
name: Lint with Prettier
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it.