Skip to content

fix: bump pod spec to latest version that fixes threading #51

fix: bump pod spec to latest version that fixes threading

fix: bump pod spec to latest version that fixes threading #51

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v3
# Note: this triggers `prepare` which compiles the types.
- run: npm ci