Skip to content

Commit 344b424

Browse files
committed
Test on various Node.js versions
1 parent ac70ac5 commit 344b424

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node_version: ["current", "lts/*"]
14+
node_version:
15+
["current", "lts/*", "20", "18", "16", "14", "12", "10", "8", "6"]
1516
steps:
1617
- uses: actions/checkout@v4
1718
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)