From 318721644a4c10de7574e655e2969c68197372ea Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 10 Oct 2021 15:44:15 -0700 Subject: [PATCH] fix(readme): rmm-01 --- .github/workflows/cd.yml | 4 ++-- README.md | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 1544e09..68dcbd2 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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 diff --git a/README.md b/README.md index 0c7a8ad..e5da21f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # primitive-v2-math -Math library for Primitive V2 +Math library for RMM-01 + +Includes typescript functions for solidity approximations.