Skip to content

Commit ecf360f

Browse files
feat: v8 (#650)
BREAKING CHANGE: Drop support for NodeJS v14, v16 --------- Co-authored-by: Keegan Campbell <[email protected]>
1 parent 6761aef commit ecf360f

File tree

4 files changed

+1096
-8820
lines changed

4 files changed

+1096
-8820
lines changed

.github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
node_version:
17-
- 14
18-
- 16
1917
- 18
18+
- 20
2019
steps:
2120
- uses: actions/checkout@v3
2221
- name: Use Node.js ${{ matrix.node_version }}

0 commit comments

Comments
 (0)