We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc36576 commit a7591bfCopy full SHA for a7591bf
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
- master
10
jobs:
11
info:
12
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
13
name: info
14
steps:
15
- uses: actions/checkout@v6
@@ -19,7 +19,7 @@ jobs:
19
- run: docker compose version
20
- run: node --version
21
lint:
22
23
name: Lint
24
25
@@ -29,7 +29,7 @@ jobs:
29
- run: yarn
30
- run: yarn lint
31
build:
32
33
name: Build + Test
34
35
0 commit comments