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 1cc8419 commit 12d8b03Copy full SHA for 12d8b03
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set node
24
uses: actions/setup-node@v3
25
with:
26
- node-version: 16.x
+ node-version: 18.x
27
cache: pnpm
28
29
- name: Install deps
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
22
registry-url: https://registry.npmjs.org/
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
- run: npx changelogithub
env:
0 commit comments