Skip to content

Commit c7ffcad

Browse files
authored
Merge pull request #365 from line/tokuhirom-patch-1
Update supported nodejs versions
2 parents cc3f978 + e4194ca commit c7ffcad

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
@@ -9,7 +9,8 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node: [ '10', '12', '14', '16' ]
12+
# https://nodejs.org/en/about/releases/
13+
node: [ '14', '16', '18' ]
1314
fail-fast: false
1415

1516
name: Node.js ${{ matrix.node }}

0 commit comments

Comments
 (0)