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 72e3b4f commit 4f9c7d3Copy full SHA for 4f9c7d3
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
typecheck:
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
12
steps:
13
- uses: actions/[email protected]
14
- uses: pnpm/[email protected]
@@ -22,7 +22,7 @@ jobs:
22
- run: pnpm run build
23
- run: pnpm tsc --noEmit
24
lint:
25
26
27
28
@@ -36,7 +36,7 @@ jobs:
36
37
- run: pnpm run lint
38
test:
39
40
strategy:
41
matrix:
42
node: ['18']
.github/workflows/pull_request_title.yml
@@ -6,7 +6,7 @@ on:
6
7
check-title:
0 commit comments