Skip to content

[bugfix]: fixes the Trender export issue #82

[bugfix]: fixes the Trender export issue

[bugfix]: fixes the Trender export issue #82

Workflow file for this run

name: Check Pull Request
on:
pull_request:
branches: [main, master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- run: npm ci --legacy-peer-deps
- run: npm run build
- run: npm run prepare-samples
- run: npm run post-build