Skip to content

Commit 3bfb790

Browse files
authored
chore(ci): Use lerna 9 + provenance for NPM packages (#10237)
1 parent 816676b commit 3bfb790

File tree

3 files changed

+1366
-376
lines changed

3 files changed

+1366
-376
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
NODE_OPTIONS: --max_old_space_size=4096
6666
- name: NPM publish
6767
run: ./node_modules/.bin/lerna publish from-package --yes
68+
env:
69+
NPM_CONFIG_PROVENANCE: true
6870

6971
native_linux:
7072
# Please use minimal possible version of ubuntu, because it produces constraint on glibc

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"author": "Cube Dev, Inc.",
2828
"dependencies": {
2929
"core-js": "^3.34.0",
30-
"lerna": "^8.2.2"
30+
"lerna": "^9.0.0"
3131
},
3232
"files": [
3333
"src",

0 commit comments

Comments
 (0)