Skip to content

Commit

Permalink
update to use node 12.x (#37)
Browse files Browse the repository at this point in the history
Update to use node 12.x

- extra:
  * fix allocation strategy case exchange rate numbers due to upgrade of ganache
  • Loading branch information
hellwolf authored Dec 19, 2019
1 parent a14e6b5 commit ddb6e58
Show file tree
Hide file tree
Showing 5 changed files with 2,815 additions and 1,638 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml → .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: CD

on:
push:
Expand Down Expand Up @@ -41,10 +41,10 @@ jobs:

- uses: actions/checkout@v1

- name: Use Node.js 10.x
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 12.x

- name: npm install, build, and test
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p align="center">
<a href="https://github.com/rtoken-project/rtoken-contracts/actions">
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/rtoken-project/rtoken-contracts/Node CI">
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/rtoken-project/rtoken-contracts/CD">
</a>
<a href="https://coveralls.io/github/rtoken-project/rtoken-contracts">
<img alt="Coveralls github branch" src="https://img.shields.io/coveralls/github/rtoken-project/rtoken-contracts/master">
Expand Down
Loading

0 comments on commit ddb6e58

Please sign in to comment.