Skip to content

Commit b049b2b

Browse files
committed
fix: Restore onld node versions
1 parent 3244798 commit b049b2b

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
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
node: ["12", "14", "16", "18", "20", "22"]
15+
node: ["9", "10", "12", "14", "16", "18", "20", "22"]
1616
runs-on: ubuntu-latest
1717
timeout-minutes: 30
1818
steps:

0 commit comments

Comments
 (0)