Skip to content

Commit

Permalink
Merge pull request #389 from SolidOS/dashboard-profile-tab
Browse files Browse the repository at this point in the history
Add a tab to the dashbaosd with the profile itself (not the editor)
  • Loading branch information
timbl authored Nov 17, 2024
2 parents b1bb05b + 171d8b8 commit 10a6e68
Show file tree
Hide file tree
Showing 5 changed files with 8,178 additions and 23,104 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- 18.x

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand All @@ -50,7 +50,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: build
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: 16.x
- uses: rlespinasse/[email protected]
Expand Down
Loading

0 comments on commit 10a6e68

Please sign in to comment.