Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: "22"
package-manager-cache: false
- run: npm install
- run: npm ci
- run: npx update-browserslist-db@latest
- run: npx nx bundle web-component
- name: Create Pull Request
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-node@v6
with:
node-version: "22"
- run: npm install
- run: npm ci
- run: npx update-browserslist-db@latest
- name: Build web-component
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-node@v6
with:
node-version: "22"
- run: npm install
- run: npm ci
- run: npx update-browserslist-db@latest
- name: Build web-component
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install
if: github.event.action != 'closed'
run: |
npm install
npm ci
- name: Always preview with the latest browserslist db
if: github.event.action != 'closed'
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
package-manager-cache: false
- name: Update npm to latest version for OIDC/Trusted Publishing support
run: npm install -g npm@latest
- run: npm install
- run: npm ci
- run: npx update-browserslist-db@latest
- name: Build and bundle
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-node@v6
with:
node-version: 22
- run: npm install --verbose
- run: npm ci --verbose
- run: npx update-browserslist-db@latest
- name: Ng test for studio-web
run: |
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.