Skip to content

Commit 12b02b6

Browse files
authored
ci: stop testing against NodeJS v14, v16 (#581)
BREAKING CHANGE: Drop support for NodeJS v14, v16
1 parent 947d7a5 commit 12b02b6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.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_version:
17-
- 14
18-
- 16
1917
- 18
18+
- 20
2019
steps:
2120
- uses: actions/checkout@v3
2221
- name: Use Node.js ${{ matrix.node_version }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@
9696
]
9797
},
9898
"engines": {
99-
"node": ">= 14"
99+
"node": ">= 18"
100100
}
101101
}

0 commit comments

Comments
 (0)