Skip to content

Commit 76d9fc8

Browse files
authored
Merge pull request #35 from kant2002/kant2002-patch-1
Fix CI build
2 parents 5619bca + 6ce6122 commit 76d9fc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: cp dist/browser/index.html dist/browser/404.html
3939

4040
- name: Upload artifact
41-
uses: actions/upload-pages-artifact@v1
41+
uses: actions/upload-pages-artifact@v3
4242
with:
4343
path: ./dist/browser
4444

@@ -51,4 +51,4 @@ jobs:
5151
steps:
5252
- name: Deploy to GitHub Pages
5353
id: deployment
54-
uses: actions/deploy-pages@v1
54+
uses: actions/deploy-pages@v4

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
{
9090
"type": "anyComponentStyle",
9191
"maximumWarning": "2kb",
92-
"maximumError": "4kb"
92+
"maximumError": "6kb"
9393
}
9494
],
9595
"outputHashing": "all",

0 commit comments

Comments
 (0)