Skip to content

Commit 309e418

Browse files
committed
support node <13
Signed-off-by: Sebastian Beltran <[email protected]>
1 parent 618d792 commit 309e418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/legacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
os: [ubuntu-latest, windows-latest]
30-
node-version: [12, 13, 14, 15, 16, 17]
30+
node-version: [14, 15, 16, 17]
3131
# Node.js release schedule: https://nodejs.org/en/about/releases/
3232

3333
name: Node.js ${{ matrix.node-version }} - ${{matrix.os}}

0 commit comments

Comments
 (0)