Skip to content

Commit f65e49d

Browse files
gr2mtravi
andauthored
feat(node-version): raised the minimum required version to v14.17 (semantic-release#387) (semantic-release#399)
BREAKING CHANGE: the minimum required version of node is now v14.17 Co-authored-by: Matt Travi <[email protected]>
1 parent b88fc0e commit f65e49d

File tree

3 files changed

+142
-126
lines changed

3 files changed

+142
-126
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
node-version:
16-
- 10
17-
- 12
18-
- 14
16+
- 14.17
17+
- 16
1918
os:
2019
- ubuntu-latest
2120
runs-on: "${{ matrix.os }}"
@@ -38,4 +37,6 @@ jobs:
3837
node-version: 16
3938
cache: npm
4039
- run: npm ci
40+
- name: Ensure dependencies are compatible with the version of node
41+
run: npx ls-engines
4142
- run: npm run lint

package-lock.json

Lines changed: 135 additions & 120 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)