Skip to content

Commit 6e89a5c

Browse files
committed
chore: Add Node.js 24.x support to CI workflow
1 parent 89473a6 commit 6e89a5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
node-version: [20.x, 22.x]
21+
node-version: [20.x, 22.x, 24.x]
2222
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2323

2424
steps:

0 commit comments

Comments
 (0)