Skip to content

chore(deps): bump vite from 5.2.10 to 5.4.15 in /examples/vite #7164

chore(deps): bump vite from 5.2.10 to 5.4.15 in /examples/vite

chore(deps): bump vite from 5.2.10 to 5.4.15 in /examples/vite #7164

Workflow file for this run

name: Test
on: [push]
jobs:
tsc:
runs-on: ubuntu-latest
name: TypeScript
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-node
- name: πŸ§ͺ tsc
run: yarn types
test:
runs-on: ubuntu-latest
name: Lint & test with Node
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-node
- name: Build SDK
run: yarn build
- name: πŸ§ͺ Lint and test with Node ${{ env.NODE_VERSION }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: |
yarn lint
yarn coverage
yarn validate-translations
- name: πŸ§ͺ Validate CommonJS bundle with Node ${{ env.NODE_VERSION }}
run: yarn validate-cjs