Skip to content

Bump rollup from 3.29.4 to 3.29.5 #12

Bump rollup from 3.29.4 to 3.29.5

Bump rollup from 3.29.4 to 3.29.5 #12

Workflow file for this run

name: JS
on: push
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
build_js:
strategy:
fail-fast: true
name: Build js package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install node deps and founry
uses: ./.github/actions/setup_deps
- name: Build js package
run: |
yarn turbo run build
- name: Test js package
run: |
yarn turbo run test:js