Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core)!: upgrade deps to Node 18 and higher #777

Merged
merged 1 commit into from Nov 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -63,7 +63,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [16, 18, 20]
node: [18, 20, 21]
platform: [ubuntu-latest]

name: 'Run on Ubuntu / Node${{ matrix.node }}'
Expand All @@ -77,7 +77,7 @@ jobs:

- name: Current datetime - ${{ env.START_TIME }}
run: echo ${{ env.START_TIME }}

- name: Checkout
uses: actions/checkout@v4
with:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -52,8 +52,7 @@
"url": "https://github.com/lerna-lite/lerna-lite/issues"
},
"engines": {
"node": ">=16.15.0",
"npm": ">=8.5.0",
"node": "^18.0.0 || >=20.0.0",
"pnpm": "8"
},
"packageManager": "pnpm@8.10.5",
Expand Down
3 changes: 1 addition & 2 deletions packages/changed/package.json
Expand Up @@ -39,8 +39,7 @@
"url": "https://github.com/lerna-lite/lerna-lite/issues"
},
"engines": {
"node": ">=16.15.0",
"npm": ">=8.5.0"
"node": "^18.0.0 || >=20.0.0"
},
"dependencies": {
"@lerna-lite/cli": "workspace:*",
Expand Down
3 changes: 1 addition & 2 deletions packages/cli/package.json
Expand Up @@ -43,8 +43,7 @@
"url": "https://github.com/lerna-lite/lerna-lite/issues"
},
"engines": {
"node": ">=16.15.0",
"npm": ">=8.5.0"
"node": "^18.0.0 || >=20.0.0"
},
"dependencies": {
"@lerna-lite/core": "workspace:*",
Expand Down
3 changes: 1 addition & 2 deletions packages/core/package.json
Expand Up @@ -39,8 +39,7 @@
"url": "https://github.com/lerna-lite/lerna-lite/issues"
},
"engines": {
"node": ">=16.15.0",
"npm": ">=8.5.0"
"node": "^18.0.0 || >=20.0.0"
},
"dependencies": {
"@npmcli/run-script": "^7.0.2",
Expand Down
3 changes: 1 addition & 2 deletions packages/diff/package.json
Expand Up @@ -39,8 +39,7 @@
"url": "https://github.com/lerna-lite/lerna-lite/issues"
},
"engines": {
"node": ">=16.15.0",
"npm": ">=8.5.0"
"node": "^18.0.0 || >=20.0.0"
},
"dependencies": {
"@lerna-lite/cli": "workspace:*",
Expand Down
3 changes: 1 addition & 2 deletions packages/exec/package.json
Expand Up @@ -39,8 +39,7 @@
"url": "https://github.com/lerna-lite/lerna-lite/issues"
},
"engines": {
"node": ">=16.15.0",
"npm": ">=8.5.0"
"node": "^18.0.0 || >=20.0.0"
},
"dependencies": {
"@lerna-lite/cli": "workspace:*",
Expand Down
3 changes: 1 addition & 2 deletions packages/filter-packages/package.json
Expand Up @@ -39,8 +39,7 @@
"url": "https://github.com/lerna-lite/lerna-lite/issues"
},
"engines": {
"node": ">=16.15.0",
"npm": ">=8.5.0"
"node": "^18.0.0 || >=20.0.0"
},
"dependencies": {
"@lerna-lite/core": "workspace:*",
Expand Down
3 changes: 1 addition & 2 deletions packages/init/package.json
Expand Up @@ -39,8 +39,7 @@
"url": "https://github.com/lerna-lite/lerna-lite/issues"
},
"engines": {
"node": ">=16.15.0",
"npm": ">=8.5.0"
"node": "^18.0.0 || >=20.0.0"
},
"dependencies": {
"@lerna-lite/core": "workspace:*",
Expand Down
3 changes: 1 addition & 2 deletions packages/list/package.json
Expand Up @@ -39,8 +39,7 @@
"url": "https://github.com/lerna-lite/lerna-lite/issues"
},
"engines": {
"node": ">=16.15.0",
"npm": ">=8.5.0"
"node": "^18.0.0 || >=20.0.0"
},
"dependencies": {
"@lerna-lite/cli": "workspace:*",
Expand Down
3 changes: 1 addition & 2 deletions packages/listable/package.json
Expand Up @@ -39,8 +39,7 @@
"url": "https://github.com/lerna-lite/lerna-lite/issues"
},
"engines": {
"node": ">=16.15.0",
"npm": ">=8.5.0"
"node": "^18.0.0 || >=20.0.0"
},
"dependencies": {
"@lerna-lite/core": "workspace:*",
Expand Down
3 changes: 1 addition & 2 deletions packages/profiler/package.json
Expand Up @@ -39,8 +39,7 @@
"url": "https://github.com/lerna-lite/lerna-lite/issues"
},
"engines": {
"node": ">=16.15.0",
"npm": ">=8.5.0"
"node": "^18.0.0 || >=20.0.0"
},
"dependencies": {
"@lerna-lite/core": "workspace:*",
Expand Down
3 changes: 1 addition & 2 deletions packages/publish/package.json
Expand Up @@ -39,8 +39,7 @@
"url": "https://github.com/lerna-lite/lerna-lite/issues"
},
"engines": {
"node": ">=16.15.0",
"npm": ">=8.5.0"
"node": "^18.0.0 || >=20.0.0"
},
"dependencies": {
"@lerna-lite/cli": "workspace:*",
Expand Down
3 changes: 1 addition & 2 deletions packages/run/package.json
Expand Up @@ -39,8 +39,7 @@
"url": "https://github.com/lerna-lite/lerna-lite/issues"
},
"engines": {
"node": ">=16.15.0",
"npm": ">=8.5.0"
"node": "^18.0.0 || >=20.0.0"
},
"dependencies": {
"@lerna-lite/cli": "workspace:*",
Expand Down
3 changes: 1 addition & 2 deletions packages/version/package.json
Expand Up @@ -39,8 +39,7 @@
"url": "https://github.com/lerna-lite/lerna-lite/issues"
},
"engines": {
"node": ">=16.15.0",
"npm": ">=8.5.0"
"node": "^18.0.0 || >=20.0.0"
},
"dependencies": {
"@lerna-lite/cli": "workspace:*",
Expand Down
3 changes: 1 addition & 2 deletions packages/watch/package.json
Expand Up @@ -39,8 +39,7 @@
"url": "https://github.com/lerna-lite/lerna-lite/issues"
},
"engines": {
"node": ">=16.15.0",
"npm": ">=8.5.0"
"node": "^18.0.0 || >=20.0.0"
},
"dependencies": {
"@lerna-lite/cli": "workspace:*",
Expand Down