Skip to content

feat: Avoid different versions of near-sandbox binaries collision (#72) #226

feat: Avoid different versions of near-sandbox binaries collision (#72)

feat: Avoid different versions of near-sandbox binaries collision (#72) #226

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