Skip to content

Commit 14b495c

Browse files
committed
CI: test on Node 24, the latest LTS
1 parent 989b5e3 commit 14b495c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1111
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1212
with:
13-
node-version: 20
13+
node-version: 24
1414
- run: npm ci
1515
- run: npm test

0 commit comments

Comments
 (0)