Skip to content

Commit 7fa3a84

Browse files
authored
Update ci.yml
1 parent 8886ec0 commit 7fa3a84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ci
22
on: [push]
33
jobs:
44
tests:
5-
runs-on: ubuntu-22.04
5+
runs-on: ubuntu-24.04
66
steps:
77
- name: Checkout
88
uses: actions/checkout@v4
@@ -11,4 +11,4 @@ jobs:
1111
- name: Install npm dependencies
1212
run: npm install
1313
- name: linter readme.md
14-
run: npm run lint:markdown
14+
run: npm run lint:markdown

0 commit comments

Comments
 (0)