Skip to content

Commit fc857d0

Browse files
committed
chore(ci): Use lerna 9 + provenance for NPM packages (#10237)
1 parent d1eb93d commit fc857d0

File tree

3 files changed

+1297
-611
lines changed

3 files changed

+1297
-611
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
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@typescript-eslint/eslint-plugin": "^4.17.0",
3030
"core-js": "^3.34.0",
31-
"lerna": "^8.1.9"
31+
"lerna": "^9.0.0"
3232
},
3333
"files": [
3434
"src",

0 commit comments

Comments
 (0)