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 c37c8fe commit babc666Copy full SHA for babc666
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: pnpm/action-setup@v4
16
- uses: actions/setup-node@v4
17
with:
18
- node-version: 22
+ node-version: 24
19
registry-url: "https://registry.npmjs.org/"
20
- run: pnpm install
21
- run: pnpm lint
@@ -30,7 +30,7 @@ jobs:
30
- uses: actions/checkout@v4
31
32
33
34
35
36
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
54
0 commit comments