Skip to content

Commit 4b04ffd

Browse files
authoredSep 15, 2023
Merge pull request #671 from semantic-release/renovate/npm-10.x
2 parents f2bc9e7 + 6413130 commit 4b04ffd

File tree

4 files changed

+3555
-245
lines changed

4 files changed

+3555
-245
lines changed
 

‎.github/workflows/test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ jobs:
1313
strategy:
1414
matrix:
1515
node-version:
16-
- 18.0.0
17-
- 19
16+
- 18.17.0
17+
- 20.0.0
18+
- 20
1819
os:
1920
- ubuntu-latest
2021
runs-on: "${{ matrix.os }}"

‎.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v18

‎package-lock.json

+3,549-241
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"lodash-es": "^4.17.21",
2626
"nerf-dart": "^1.0.0",
2727
"normalize-url": "^8.0.0",
28-
"npm": "^9.5.0",
28+
"npm": "^10.0.0",
2929
"rc": "^1.2.8",
3030
"read-pkg": "^8.0.0",
3131
"registry-auth-token": "^5.0.0",
@@ -45,7 +45,7 @@
4545
"stream-buffers": "3.0.2"
4646
},
4747
"engines": {
48-
"node": ">=18"
48+
"node": "^18.17 || >=20"
4949
},
5050
"files": [
5151
"lib",

0 commit comments

Comments
 (0)
Please sign in to comment.