Skip to content

Commit d17247d

Browse files
committed
ci: update runner versions
1 parent 5102328 commit d17247d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77
jobs:
88
build:
99
name: Test build
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
1313
- run: npm i
1414
- run: npm run build
1515

1616
lint:
1717
name: Check linting
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4
2121
- run: npm i

0 commit comments

Comments
 (0)