Skip to content

Commit

Permalink
Publish wallet template schema on libauth.org
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjson committed Nov 13, 2024
1 parent ade0151 commit 496fef1
Show file tree
Hide file tree
Showing 4 changed files with 704 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18, 20, latest]
node-version: [18, 20, 22]
runner_index: [0, 1, 2, 3]
runners_per_version: [4]
name: Test Node ${{ matrix.node-version }} (${{ matrix.runner_index }})
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Generate Docs
run: yarn doc:html
- name: Copy assets
run: yarn doc:logo
run: yarn doc:assets
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down
Loading

0 comments on commit 496fef1

Please sign in to comment.