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 4f2ff9c commit 29fa8dfCopy full SHA for 29fa8df
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- run: corepack enable
25
- uses: actions/setup-node@v6
26
with:
27
- node-version: 22
+ node-version: 24
28
cache: "pnpm"
29
30
- name: 📦 Install dependencies
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set node
20
uses: actions/setup-node@v6
21
22
23
- run: npx changelogithub
env:
0 commit comments