Skip to content

Update dependency @dfinity/identity to ^0.19.0 #140

Update dependency @dfinity/identity to ^0.19.0

Update dependency @dfinity/identity to ^0.19.0 #140

Workflow file for this run

name: Build
on:
# disable for saving bill
# push:
# branches:
# - main
# pull_request:
# types: [opened, reopened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://npm.pkg.github.com
cache: yarn
- run: |
yarn install --frozen-lockfile
yarn build