Skip to content

Commit

Permalink
fix(readme): rmm-01
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexangelj committed Oct 10, 2021
1 parent 828195d commit 3187216
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 15
- name: Install Dependencies
run: yarn install --frozen-lockfile
run: yarn install --frozen-lockfile --ignore-engines
- name: Build Package
run: yarn build
- name: Semantic Release
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# primitive-v2-math

Math library for Primitive V2
Math library for RMM-01

Includes typescript functions for solidity approximations.

0 comments on commit 3187216

Please sign in to comment.