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 23fc07c commit 0c8ffd3Copy full SHA for 0c8ffd3
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- run: corepack enable
25
- uses: actions/setup-node@v4
26
with:
27
- node-version: 20
+ node-version: 22
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@v4
21
22
23
- run: npx changelogithub
env:
0 commit comments