Skip to content

Commit 43df7cb

Browse files
committed
ci: drop node 16
1 parent 69be60b commit 43df7cb

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, lts/*]
3535
fail-fast: false
3636

3737
steps:

0 commit comments

Comments
 (0)