Skip to content

Commit

Permalink
Add v8-react18 to testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
indigolain committed Mar 15, 2024
1 parent b6c0f7b commit 2010922
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/integrated_test.yml
Expand Up @@ -21,13 +21,17 @@ jobs:
- examples/v6-story-store-v7
- examples/v7-managed-react
- examples/v7-react18
- examples/v8-react18
include:
- example_dir: examples/v8-react18
node-version: 18.x

steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: ${{ matrix.node-version || '16.x' }}
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn bootstrap
Expand Down

0 comments on commit 2010922

Please sign in to comment.