Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
koromerzhin authored Dec 12, 2024
1 parent 8886ec0 commit 7fa3a84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ci
on: [push]
jobs:
tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -11,4 +11,4 @@ jobs:
- name: Install npm dependencies
run: npm install
- name: linter readme.md
run: npm run lint:markdown
run: npm run lint:markdown

0 comments on commit 7fa3a84

Please sign in to comment.