Skip to content

Commit debc7c5

Browse files
renovate[bot]travi
andauthored
fix(deps): update npm to v11
* fix(deps): update npm to v11 * feat(node-versions): drop support for node versions v20, v21, and v23 in accordance with our [Node Support Policy](https://semantic-release.gitbook.io/semantic-release/support/node-support-policy) BREAKING CHANGE: a minimum of node v22.14 is now required this is a step in resolving #966 * fix(deps): raise the minimum for the npm version range to account for the brace-expansion patch #966 (comment) for #966 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Matt Travi <[email protected]>
1 parent b316639 commit debc7c5

File tree

3 files changed

+3049
-369
lines changed

3 files changed

+3049
-369
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
strategy:
2222
matrix:
2323
node-version:
24-
- 20.8.1
25-
- 20
26-
- 21
24+
- 22.14.0
25+
- 22
26+
- 24
2727
os:
2828
- ubuntu-latest
2929
runs-on: "${{ matrix.os }}"

0 commit comments

Comments
 (0)