We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1eb93d commit fc857d0Copy full SHA for fc857d0
.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
@@ -28,7 +28,7 @@
28
"dependencies": {
29
"@typescript-eslint/eslint-plugin": "^4.17.0",
30
"core-js": "^3.34.0",
31
- "lerna": "^8.1.9"
+ "lerna": "^9.0.0"
32
},
33
"files": [
34
"src",
0 commit comments