Skip to content

Commit

Permalink
setup yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Nov 5, 2024
1 parent b20f787 commit f7dfe8e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-test-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22.x
- name: Setup Yarn
uses: threeal/[email protected]
- name: Check yarn
id: check_yarn
run: |
Expand Down
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"dependencies": {
"api-augment:0.400.0": "link:@tanssi/api-augment:0.400.0",
"api-augment:latest": "link:@tanssi/api-augment:latest"
},
"version": "0.0.0"
}

0 comments on commit f7dfe8e

Please sign in to comment.