Skip to content

Commit 3d1a25c

Browse files
committed
BREAKING CHANGE: Update minimum Node.js version from 20.x to 24.x
1 parent 646190d commit 3d1a25c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/actions/auth/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ outputs:
1717
description: "Stringified JSON object containing 'username', 'password', 'cookies', and/or 'localStorage' from an authenticated session"
1818

1919
runs:
20-
using: "node20"
20+
using: "node24"
2121
main: "bootstrap.js"
2222

2323
branding:

.github/actions/file/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ outputs:
3232
description: "DEPRECATED: List of URLs for repeated issues, as stringified JSON"
3333

3434
runs:
35-
using: "node20"
35+
using: "node24"
3636
main: "bootstrap.js"
3737

3838
branding:
3939
icon: "compass"
40-
color: "blue"
40+
color: "blue"

.github/actions/find/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ outputs:
1515
description: "List of potential accessibility gaps, as stringified JSON"
1616

1717
runs:
18-
using: "node20"
18+
using: "node24"
1919
main: "bootstrap.js"
2020

2121
branding:

.github/actions/fix/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ inputs:
1616
required: true
1717

1818
runs:
19-
using: "node20"
19+
using: "node24"
2020
main: "bootstrap.js"
2121

2222
branding:
2323
icon: "compass"
24-
color: "blue"
24+
color: "blue"

0 commit comments

Comments
 (0)