Skip to content

feat!: implement proxies, signals, and mapped signals #155

feat!: implement proxies, signals, and mapped signals

feat!: implement proxies, signals, and mapped signals #155

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- master
- 'next/v*.x'
- 'v*.x'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn --frozen-lockfile
- run: yarn build
- run: yarn test