We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f24451e commit 30edda8Copy full SHA for 30edda8
3 files changed
.github/actions/changesets-fixed-version-bump/action.yml
@@ -8,5 +8,5 @@ outputs:
8
description: 'The new version'
9
10
runs:
11
- using: 'node20'
+ using: 'node24'
12
main: 'index.js'
.github/actions/check-public-api/action.yml
@@ -10,5 +10,5 @@ inputs:
description: 'Regular expression for paths to be ignore when checking the public API.'
13
14
.github/actions/merge-and-write-changelogs/action.yml
@@ -1,5 +1,5 @@
1
name: 'Merge Changelogs'
2
description: 'Merges all public changelogs from changesets into a single changelog.'
3
4
5
0 commit comments