Skip to content

chore(deps-dev): bump elliptic from 6.5.5 to 6.6.1 #1629

chore(deps-dev): bump elliptic from 6.5.5 to 6.6.1

chore(deps-dev): bump elliptic from 6.5.5 to 6.6.1 #1629

Workflow file for this run

name: "Tester ⚗️"
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20, 22]
steps:
- name: 📚 Checkout
uses: actions/checkout@v2
- name: 🟢 Node
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: 🔧 Build
run: npm i
- name: 🚀 Test
run: npm run test