Skip to content

chore(frontend): Bump JS SDK to v8.0.0 (#190) #46

chore(frontend): Bump JS SDK to v8.0.0 (#190)

chore(frontend): Bump JS SDK to v8.0.0 (#190) #46

Workflow file for this run

name: "JS CI"
on:
push:
branches:
- 'main'
pull_request:
branches:
- '*'
permissions:
contents: read
jobs:
js-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run npm install
run: npm install
- name: Run npm build
run: npm run build
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}