We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5619bca + 6ce6122 commit 76d9fc8Copy full SHA for 76d9fc8
.github/workflows/node.js.yml
@@ -38,7 +38,7 @@ jobs:
38
run: cp dist/browser/index.html dist/browser/404.html
39
40
- name: Upload artifact
41
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
42
with:
43
path: ./dist/browser
44
@@ -51,4 +51,4 @@ jobs:
51
steps:
52
- name: Deploy to GitHub Pages
53
id: deployment
54
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
angular.json
@@ -89,7 +89,7 @@
89
{
90
"type": "anyComponentStyle",
91
"maximumWarning": "2kb",
92
- "maximumError": "4kb"
+ "maximumError": "6kb"
93
}
94
],
95
"outputHashing": "all",
0 commit comments