We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816676b commit 3bfb790Copy full SHA for 3bfb790
.github/workflows/publish.yml
@@ -65,6 +65,8 @@ jobs:
65
NODE_OPTIONS: --max_old_space_size=4096
66
- name: NPM publish
67
run: ./node_modules/.bin/lerna publish from-package --yes
68
+ env:
69
+ NPM_CONFIG_PROVENANCE: true
70
71
native_linux:
72
# Please use minimal possible version of ubuntu, because it produces constraint on glibc
package.json
@@ -27,7 +27,7 @@
27
"author": "Cube Dev, Inc.",
28
"dependencies": {
29
"core-js": "^3.34.0",
30
- "lerna": "^8.2.2"
+ "lerna": "^9.0.0"
31
},
32
"files": [
33
"src",
0 commit comments