Skip to content

Upgrade all packages and migrate to using nobel for cryptography #32

Upgrade all packages and migrate to using nobel for cryptography

Upgrade all packages and migrate to using nobel for cryptography #32

Workflow file for this run

name: Continuous Integration
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run lint and test
uses: actions/setup-node@v3
with:
node-version: 18.12.1
- run: yarn install
- run: yarn run test