Skip to content

Commit

Permalink
bump version (#149)
Browse files Browse the repository at this point in the history
* bump version
* add yarn cache
* switch from travis to github action
* remove package-lock

Co-authored-by: PanaW <pan.wang@confluxnetwork.org>
  • Loading branch information
Pana and 0xfx01 authored Nov 16, 2021
1 parent f57498e commit 33cfcb5
Show file tree
Hide file tree
Showing 6 changed files with 2,187 additions and 12,741 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
# cache: 'npm'
cache: 'yarn'
- run: yarn
# - run: npm install
- run: npm run eslint
- run: npm run test
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit 33cfcb5

Please sign in to comment.