1
0
Fork 0

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 18:39:40 -08:00
parent 03bab92ee6
commit 4138a2b6aa
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.