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 5e95cf3 commit 6b71143Copy full SHA for 6b71143
.github/workflows/test.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
test:
12
name: Run Jest
13
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v3
16
- uses: actions/setup-node@v3
@@ -27,7 +27,7 @@ jobs:
27
28
lint:
29
name: Run linters
30
31
32
33
@@ -39,7 +39,7 @@ jobs:
39
40
webpack:
41
name: Run webpack
42
43
44
45
0 commit comments