Skip to content

fix: fix ECDSAKey and README #5

fix: fix ECDSAKey and README

fix: fix ECDSAKey and README #5

Workflow file for this run

name: 'npm test'
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- run: npm install -g pnpm
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '20.x'
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'
- run: |
pnpm install
pnpm lint
pnpm test
pnpm build