8000 ci: use node v24 (#515) · unjs/unplugin@cd1b60e · GitHub
[go: up one dir, main page]

Skip to content

Commit cd1b60e

Browse files
authored
ci: use node v24 (#515)
1 parent 037661c commit cd1b60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
os: [ubuntu-latest, macos-latest, windows-latest]
39-
node: [18, 20, 22]
39+
node: [18, 20, 22, 24]
4040
fail-fast: false
4141

4242
steps:

0 commit comments

Comments
 (0)
0