There was an error while loading. Please reload this page.
1 parent 84b753f commit 4f6e74fCopy full SHA for 4f6e74f
1 file changed
.github/workflows/prod-release.yml
@@ -106,10 +106,9 @@ jobs:
106
node-version: 'lts/*'
107
registry-url: 'https://registry.npmjs.org'
108
109
- # Ensure npm 11.5.1 or later is installed
110
- name: Update npm
111
run: npm install -g npm@latest
112
- - run: npm ci --unsafe-perm
+ - run: npm ci
113
- run: npm run build --if-present
114
- run: npx lerna publish from-package --yes --dist-tag "$DIST_TAG"
115
env:
0 commit comments