Skip to content

Commit

Permalink
Upgrade to Ubuntu latest
Browse files Browse the repository at this point in the history
  • Loading branch information
martijngastkemper committed May 16, 2023
1 parent a3cb82a commit a9c4b61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
eslint:
name: Eslint
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand All @@ -21,7 +21,7 @@ jobs:

prettier:
name: Prettier
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -33,7 +33,7 @@ jobs:

tests:
name: Run unit tests
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -45,7 +45,7 @@ jobs:

notification:
name: Slack notification
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
if: ${{ always() && github.actor != 'dependabot[bot]' }}
needs: [eslint, prettier, tests]

Expand Down

0 comments on commit a9c4b61

Please sign in to comment.