Skip to content

Commit f4d2941

Browse files
committed
Configure GitHub to also test on latest Node.js
1 parent 19f25b5 commit f4d2941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node: [8, 10, 12, 14, 16, 18, 20 ]
8+
node: [8, 10, 12, 14, 16, 18, 20, latest]
99
steps:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)