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.
2 parents 59523d6 + 48aa9e0 commit 4d8a91bCopy full SHA for 4d8a91b
.github/workflows/main-ci.yml
@@ -36,7 +36,7 @@ jobs:
36
- uses: actions/checkout@v5
37
- uses: actions/setup-node@v6
38
with:
39
- node-version: 22
+ node-version: 24
40
cache: npm
41
- run: npm ci
42
- run: npm run lint:ci
.github/workflows/main-pr.yml
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
21
registry-url: https://registry.npmjs.org/
22
- name: Update npm
0 commit comments