Skip to content

Add NearConfig to Near Safe Constructor (#59) #94

Add NearConfig to Near Safe Constructor (#59)

Add NearConfig to Near Safe Constructor (#59) #94

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
types:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install, Lint & Build
run: |
yarn
yarn lint
yarn build