Skip to content

Commit

Permalink
chore(ci): run on ubuntu-latest instead of ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Mar 11, 2024
1 parent 45fb8eb commit 174930e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build-lint-test:
name: Build, Lint, and Test
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
Expand All @@ -24,7 +24,7 @@ jobs:
- run: yarn test
all-jobs-pass:
name: All jobs pass
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
needs:
- build-lint-test
steps:
Expand Down

0 comments on commit 174930e

Please sign in to comment.