Skip to content

feat: change id encoding from base64url to base58, update package.json #7

feat: change id encoding from base64url to base58, update package.json

feat: change id encoding from base64url to base58, update package.json #7

Workflow file for this run

name: "Tests"
on:
pull_request:
branches: ["**"]
push:
branches: ["**"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v2
with:
node-version: 16
- name: install
run: yarn install
- name: lint
run: yarn lint
- name: test
run: yarn test