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 3cbf74c commit 76356a4Copy full SHA for 76356a4
.github/workflows/ci.yml
@@ -4,9 +4,6 @@ on:
4
push:
5
branches:
6
- main
7
- pull_request:
8
- branches:
9
- - main
10
11
jobs:
12
lint:
@@ -17,7 +14,7 @@ jobs:
17
14
18
15
- uses: actions/setup-node@v4
19
16
with:
20
- node-version: 20
+ node-version: 22
21
22
- run: npm i -g --force corepack@latest && corepack enable
23
@@ -35,7 +32,7 @@ jobs:
35
32
36
33
37
34
38
39
40
41
0 commit comments