We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350f4ee commit 135d485Copy full SHA for 135d485
1 file changed
.github/workflows/release.yml
@@ -39,6 +39,8 @@ jobs:
39
dotnet-version: '8.0.x'
40
41
- uses: actions/setup-node@v3
42
+ with:
43
+ node-version: '20'
44
45
- name: Add plugin for conventional commits
46
run: npm install conventional-changelog-conventionalcommits
0 commit comments