chore(deps): bump elliptic from 6.4.1 to 6.6.0 #21
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# name: CI | |
# on: | |
# push: | |
# branches: [develop, master] | |
# pull_request: | |
# branches: [develop] | |
# jobs: | |
# build: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: actions/checkout@v2 | |
# - name: Setup Node JS | |
# uses: actions/setup-node@v1 | |
# with: | |
# node-version: 12.x | |
# - run: yarn install --ignore-engines | |
# - run: yarn lint:nofix | |
# - run: yarn test | |
# 💀💀💀💀cannot run coveralls since GH won't pass COVERALLS_REPO_TOKEN to forks; so any PRs from external contributors would fail | |
# - run: yarn coveralls | |
# env: | |
# COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} | |
# COVERALLS_GIT_BRANCH: ${{ github.ref }} |