Skip to content

Commit 437b88e

Browse files
build: update lerna (#1813)
* build: update lerna * chore: update lock file * chore: lerna update
1 parent b331566 commit 437b88e

File tree

6 files changed

+9442
-7375
lines changed

6 files changed

+9442
-7375
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- main
66
tags-ignore:
7-
- '**'
7+
- "**"
88

99
workflow_call:
1010
workflow_dispatch:
@@ -13,13 +13,12 @@ jobs:
1313
tests:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
17-
- uses: actions/setup-node@v3
16+
- uses: actions/checkout@v4
17+
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 20
19+
node-version: 24
2020
cache: npm
2121

22-
- run: npm install -g npm@latest
2322
- run: npm ci
2423

2524
- name: Check package.json

lerna.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"access": "public"
66
},
77
"changelogPreset": "conventionalcommits",
8-
"packages": [
9-
"packages/*"
10-
]
11-
}
8+
"packages": ["packages/*"],
9+
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
10+
}

0 commit comments

Comments
 (0)