Skip to content

Commit

Permalink
feat(node-versions): dropped support for node v18 and raised the mini…
Browse files Browse the repository at this point in the history
…mum for v20

reasoning for the chosen version:
semantic-release/gitlab#647 (comment)

BREAKING CHANGE: support for node v18 has been dropped and the minimum for v20 is now v20.8.1

related to #3088
  • Loading branch information
travi committed Dec 15, 2023
1 parent abf8ddd commit 2904832
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -25,9 +25,9 @@ jobs:
strategy:
matrix:
node-version:
- 18.17.0
- 20.6.1
- 20.8.1
- 20
- 21

runs-on: ubuntu-latest
timeout-minutes: 5
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -82,7 +82,7 @@
"testdouble": "3.20.1"
},
"engines": {
"node": "^18.17 || >=20.6.1"
"node": ">=20.8.1"
},
"files": [
"bin",
Expand Down

0 comments on commit 2904832

Please sign in to comment.