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 5940054 commit 4aeec92Copy full SHA for 4aeec92
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/setup-node@v5
19
with:
20
cache: "npm"
21
- node-version: "22"
+ node-version: "24"
22
23
- name: Install dependencies
24
run: npm ci
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v5
16
17
registry-url: "https://registry.npmjs.org"
.github/workflows/regen.yml
@@ -17,7 +17,7 @@ jobs:
0 commit comments