Skip to content

Commit 757c569

Browse files
authored
chore: update lerna to v9 (#2658)
1 parent 0af5c3e commit 757c569

5 files changed

Lines changed: 7281 additions & 7431 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: [18.x, 20.x, 22.x, 24.x]
16+
node-version: [20.x, 22.x, 24.x]
1717
steps:
1818
- uses: actions/checkout@v4
1919

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ plugins/dev-create/templates/sample-app-ts/*
2424

2525
# Golden test files
2626
plugins/**/golden/*
27+
28+
/.nx/cache
29+
/.nx/workspace-data

lerna.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"changelogPreset": {
55
"name": "conventionalcommits"
66
},
7-
"ignoreChanges": ["**/package-lock.json"]
7+
"ignoreChanges": ["**/package-lock.json"],
8+
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
89
}

0 commit comments

Comments
 (0)