Skip to content

chore: react-server (dynamic ssr and rsc) error handling e2e tests #46

chore: react-server (dynamic ssr and rsc) error handling e2e tests

chore: react-server (dynamic ssr and rsc) error handling e2e tests #46

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Test on (Node ${{ matrix.version }})
strategy:
fail-fast: false
matrix:
version: [18.17.0, 20.8.0, 22.7.0]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.version }}
cache: 'pnpm'
- run: pnpm install
- run: pnpm test