Skip to content

Commit d54bfcc

Browse files
committed
ci: drop node 16
1 parent c4f4dc9 commit d54bfcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
os: [ubuntu-latest, windows-latest]
34-
node: [16, 18]
34+
node: [18, 20]
3535
fail-fast: false
3636

3737
steps:

0 commit comments

Comments
 (0)