Skip to content

Merge pull request #59 from Ibadichan/update-react-streaming-ssr-example #23

Merge pull request #59 from Ibadichan/update-react-streaming-ssr-example

Merge pull request #59 from Ibadichan/update-react-streaming-ssr-example #23

Workflow file for this run

name: Node.js CI
on:
push:
branches: ['*']
pull_request:
branches: ['*']
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Run tests [Node.js ${{ matrix.node-version }}]
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn --frozen-lockfile
- run: yarn test:ci