|
@@ -12,7 +12,7 @@ jobs:
|
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/checkout@v2
|
|
|
- uses: actions/setup-node@v2
|
|
- uses: actions/setup-node@v2
|
|
|
with:
|
|
with:
|
|
|
- node-version: "16"
|
|
|
|
|
|
|
+ node-version: "18"
|
|
|
registry-url: "https://registry.npmjs.org"
|
|
registry-url: "https://registry.npmjs.org"
|
|
|
- run: npm ci
|
|
- run: npm ci
|
|
|
- run: npx lerna run build --no-private
|
|
- run: npx lerna run build --no-private
|