Skip to content

Commit

Permalink
Update Node.js version and remove unnecessary step
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinmambo committed Dec 28, 2023
1 parent 1a6552f commit a262ed1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploycPanel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ jobs:
- name: 🚚 Get latest code
uses: actions/checkout@v3

- name: 🔨 Use Node.js 16
uses: actions/setup-node@v2
with:
node-version: "16"

- name: 📂 Sync files
uses: SamKirkland/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

<body>
<app-root></app-root>
<script src="runtime.131c385592ac2082.js" type="module"></script><script src="polyfills.752197c89f767cb7.js" type="module"></script><script src="scripts.4e6d6f582996c29b.js" defer></script><script src="main.c9eac6532367f9a5.js" type="module"></script></body>
<script src="runtime.131c385592ac2082.js" type="module"></script><script src="polyfills.752197c89f767cb7.js" type="module"></script><script src="scripts.4e6d6f582996c29b.js" defer></script><script src="main.c3990ce1102af74e.js" type="module"></script></body>

</html>

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/app/components/home/home.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
position: relative;
overflow: hidden;
min-height: 100vh;
padding-top: 60px;

&:before {
content: '';
Expand Down

0 comments on commit a262ed1

Please sign in to comment.