Skip to content

fix(js): Downgraded nearcore to 2.0.0 version to workaround NEAR-1206… #265

fix(js): Downgraded nearcore to 2.0.0 version to workaround NEAR-1206…

fix(js): Downgraded nearcore to 2.0.0 version to workaround NEAR-1206… #265

Workflow file for this run

name: Tests
on: push
jobs:
tests:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
node-version: ['latest', 'lts/*']
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Run tests
run: cd npm && yarn && yarn test --verbose