Skip to content

Commit 5e98a20

Browse files
authored
Add nodejs 24 for actions (#1126)
Per nodejs release [roadmap](https://nodejs.org/en/about/previous-releases), v24 will be the next LTS release, so this patch replaces nodejs v23 with v24 for actions on Linux platform. Fix: #1127
1 parent 6722a6d commit 5e98a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
node-version: [20.X, 22.X, 23.X]
35+
node-version: [20.X, 22.X, 24.X]
3636
steps:
3737
- name: Setup Node.js ${{ matrix.node-version }}
3838
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)