mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(ci): restore npm package provenance (#27711)
Issue number: # --------- ## What is the current behavior? Package provenance was disabled in #27656. ## What is the new behavior? - Package provenance is enabled. ## Does this introduce a breaking change? - [ ] Yes - [x] No ## Other information
This commit is contained in:
@@ -22,6 +22,9 @@ runs:
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
# Provenance requires npm 9.5.0+
|
||||
- name: Install latest npm
|
||||
run: npm install -g npm@latest
|
||||
# This ensures the local version of Lerna is installed
|
||||
# and that we do not use the global Lerna version
|
||||
- name: Install root dependencies
|
||||
|
||||
Reference in New Issue
Block a user