Skip to content

Restore Buffer polyfill to support e1032d9e6a7f94fe0d1c8a628139a92a… #97

Restore Buffer polyfill to support e1032d9e6a7f94fe0d1c8a628139a92a…

Restore Buffer polyfill to support e1032d9e6a7f94fe0d1c8a628139a92a… #97

Workflow file for this run

name: test
on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: "20.x"
- run: yarn install --frozen-lockfile
- run: yarn test