Skip to content

Commit

Permalink
[src/app/server-status/server-status.component.ts] Match version of r…
Browse files Browse the repository at this point in the history
…oot `package.json` ; [.github/workflows/main.yml] Update action versions
  • Loading branch information
SamuelMarks committed Apr 15, 2024
1 parent 7de6ac4 commit 273ac1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js LTS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: lts/*

Expand Down
2 changes: 1 addition & 1 deletion src/app/server-status/server-status.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class ServerStatusComponent implements OnInit {
}

ngOnInit() {
this.serverStatus = { version: '@ 0.0.35; ' };
this.serverStatus = { version: '@ 0.0.43; ' };
this.serverStatusService
.get()
.subscribe(
Expand Down

0 comments on commit 273ac1e

Please sign in to comment.