Skip to content

Commit 30edda8

Browse files
authored
chore: Replace node 20 (deprecated) with node 24 in custom actions (#6475)
1 parent f24451e commit 30edda8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/changesets-fixed-version-bump/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ outputs:
88
description: 'The new version'
99

1010
runs:
11-
using: 'node20'
11+
using: 'node24'
1212
main: 'index.js'

.github/actions/check-public-api/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ inputs:
1010
description: 'Regular expression for paths to be ignore when checking the public API.'
1111

1212
runs:
13-
using: 'node20'
13+
using: 'node24'
1414
main: 'index.js'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'Merge Changelogs'
22
description: 'Merges all public changelogs from changesets into a single changelog.'
33
runs:
4-
using: 'node20'
4+
using: 'node24'
55
main: 'index.js'

0 commit comments

Comments
 (0)