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 6aec84e commit 4beb934Copy full SHA for 4beb934
.github/workflows/release.yml
@@ -20,6 +20,8 @@ jobs:
20
uses: actions/setup-node@v5
21
with:
22
node-version: lts/*
23
+ # TODO: https://github.com/actions/setup-node/issues/1357
24
+ package-manager-cache: false
25
26
- run: npx changelogithub
27
env:
0 commit comments