Skip to content

refactor: add one-webcrypto to handle crypto package properly. #12

refactor: add one-webcrypto to handle crypto package properly.

refactor: add one-webcrypto to handle crypto package properly. #12

Workflow file for this run

name: Build
on:
pull_request:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node-version: [18.16.0]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- run: npm run test
- run: npm run format