Skip to content

chore(fix): allow Result tuple to be [undefined, undefined] #81

chore(fix): allow Result tuple to be [undefined, undefined]

chore(fix): allow Result tuple to be [undefined, undefined] #81

Workflow file for this run

name: Test Pull Request
on:
pull_request:
branches: [main, next]
types: [opened, synchronize]
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- run: pnpm install
- run: pnpm test