Skip to content

Commit

Permalink
chore(deps): update deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Oct 14, 2024
1 parent 1cd27ad commit 6a8730b
Show file tree
Hide file tree
Showing 9 changed files with 1,408 additions and 1,276 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Build

on:
push:
workflow_dispatch:

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm i
- run: npm test --prefix consumer
- run: npm test --prefix provider
Loading

0 comments on commit 6a8730b

Please sign in to comment.