Skip to content

chore(deps-dev): bump @babel/preset-env from 7.25.0 to 7.26.0 #208

chore(deps-dev): bump @babel/preset-env from 7.25.0 to 7.26.0

chore(deps-dev): bump @babel/preset-env from 7.25.0 to 7.26.0 #208

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 && rm -rf build
- run: yarn test