Skip to content

Commit d6f9915

Browse files
authored
ci: add support for recent Node versions (#70)
1 parent 9c76606 commit d6f9915

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node-js-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: [12.x, 14.x, 16.x]
10+
node-version: [12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v2

0 commit comments

Comments
 (0)