Skip to content

Commit 8c3348f

Browse files
wolfy1339nickfloydkfcampbell
authored
ci: stop testing against NodeJS v14, v16 (#340)
* build(package): set minimal node version in engines field to v18 BREAKING CHANGE: Drop support for NodeJS v14, v16 * ci: stop testing against NodeJS v14, v16 * ci: stop testing against NodeJS v14, v16 * ci: stop testing against NodeJS v14, v16 * ci: stop testing against NodeJS v14, v16 * ci: stop testing against NodeJS v14, v16 --------- Co-authored-by: Nick Floyd <[email protected]> Co-authored-by: Keegan Campbell <[email protected]>
1 parent d2054a2 commit 8c3348f

File tree

3 files changed

+7767
-4539
lines changed

3 files changed

+7767
-4539
lines changed

.github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
node_version:
16-
- 14
17-
- 16
1816
- 18
17+
- 20
1918
steps:
2019
- uses: actions/checkout@v3
2120
- name: Setup Node v${{ matrix.node_version }}

0 commit comments

Comments
 (0)