Skip to content

Commit 1f9cac6

Browse files
committed
Drop support for node.js 10 and 12, add 16
1 parent ac29aef commit 1f9cac6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
node:
17-
- '10'
18-
- '12'
1917
- '14'
18+
- '16'
2019
steps:
2120
- uses: actions/checkout@v2
2221
- name: Setup node

0 commit comments

Comments
 (0)