Skip to content

Commit

Permalink
Merge branch 'master' into code-snippet-auto-align
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat55 authored Feb 12, 2025
2 parents ef51928 + 2ca5954 commit 1d2130f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cd dist
npm pack
- name: Upload dist
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/carbon-components-angular-0.0.0.tgz
Expand All @@ -53,7 +53,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Download dist
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
- run: |
Expand Down
2 changes: 1 addition & 1 deletion integration/ng15/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumError": "2mb"
},
{
"type": "anyComponentStyle",
Expand Down

0 comments on commit 1d2130f

Please sign in to comment.