feat(node-versions): dropped support for node v18 and raised the minimum for v20

reasoning for the chosen version:
https://github.com/semantic-release/gitlab/pull/647#discussion_r1423131205

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

related to https://github.com/semantic-release/semantic-release/discussions/3088
This commit is contained in:
Matt Travi
2023-12-15 17:01:50 -06:00
parent abf8ddd978
commit 2904832967
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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