Skip to content

bumping secretjs to 1.15.0-beta.0 #281

bumping secretjs to 1.15.0-beta.0

bumping secretjs to 1.15.0-beta.0 #281

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Node Version
uses: actions/setup-node@v3
with:
node-version: 20.9.0
cache: yarn
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Build-check
run: yarn build