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 bb6c1e3 commit 819d198Copy full SHA for 819d198
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- run: corepack enable
18
- uses: actions/setup-node@v4
19
with:
20
- node-version: 20
+ node-version: lts/-1
21
cache: pnpm
22
23
- name: 📦 Install dependencies
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v4
24
- run: npx changelogithub
25
env:
0 commit comments