Skip to content

chore (deps): Update Reactist to v24.2.0-beta #92

chore (deps): Update Reactist to v24.2.0-beta

chore (deps): Update Reactist to v24.2.0-beta #92

Workflow file for this run

name: React CI
on:
pull_request:
paths:
- 'packages/ui-extensions-react/**'
- 'package.json'
- 'package-lock.json'
jobs:
ci-react:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- name: Configure doist package repository
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- name: Bootstrap
run: npm run bootstrap-ci:react
env:
NODE_AUTH_TOKEN: ${{secrets.GH_PACKAGES_TOKEN}}
- name: Integrity Check
run: npm run integrity-check
working-directory: packages/ui-extensions-react