Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dafik committed Nov 18, 2023
1 parent 7a5bb6f commit ce72181
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Cache node modules
id: cache-nodemodules
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-node-modules
with:
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Cache angular
id: cache-angular
uses: actions/cache@v2
uses: actions/cache@3
env:
cache-name: cache-angular
with:
Expand Down
1 change: 1 addition & 0 deletions config/editor/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
},
"configurations": {
"production": {
"sourceMap": true,
"budgets": [
{
"type": "initial",
Expand Down
1 change: 0 additions & 1 deletion config/editor/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head>
<meta charset="utf-8">
<title>Sbc2ha</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.loader {
Expand Down

0 comments on commit ce72181

Please sign in to comment.