We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e9797 commit 226bc7bCopy full SHA for 226bc7b
1 file changed
.github/workflows/test.yml
@@ -7,16 +7,16 @@ on:
7
jobs:
8
build:
9
name: Test build
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
- run: npm i
14
- run: npm run build
15
16
lint:
17
name: Check linting
18
19
20
21
22
- run: npm run lint
0 commit comments