Skip to content

Commit baf6c7c

Browse files
committed
Test against node 24 exclusively
The other versions haven't been released yet.
1 parent f4bf055 commit baf6c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- macos-latest
2121
- ubuntu-latest
2222
- windows-latest
23-
node-version: ['24.x', '25.x', '26.x']
23+
node-version: ['24.x']
2424

2525
steps:
2626
- name: set git core.autocrlf to 'input'

0 commit comments

Comments
 (0)