Skip to content

chore(deps): bump elliptic from 6.5.7 to 6.6.0 in the npm_and_yarn group #237

chore(deps): bump elliptic from 6.5.7 to 6.6.0 in the npm_and_yarn group

chore(deps): bump elliptic from 6.5.7 to 6.6.0 in the npm_and_yarn group #237

Workflow file for this run

name: Test
on:
push:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'LICENSE'
- '.editorconfig'
branches:
- main
- master
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'LICENSE'
- '.editorconfig'
branches:
- main
- master
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
node: [18.x, 20.x]
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- name: Install modules
run: yarn
- name: Run tests
run: yarn test