Skip to content

chore(deps-dev): bump @babel/preset-typescript from 7.24.1 to 7.24.7 … #167

chore(deps-dev): bump @babel/preset-typescript from 7.24.1 to 7.24.7 …

chore(deps-dev): bump @babel/preset-typescript from 7.24.1 to 7.24.7 … #167

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- uses: actions/[email protected]
with:
node-version: 20
cache: 'yarn'
- name: node_modules cache
uses: actions/[email protected]
with:
path: node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }}
- run: yarn install
- run: yarn build-native
- run: yarn test