Skip to content

chore(deps-dev): bump @types/node from 20.12.7 to 20.14.8 #147

chore(deps-dev): bump @types/node from 20.12.7 to 20.14.8

chore(deps-dev): bump @types/node from 20.12.7 to 20.14.8 #147

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/setup-node@v4.0.2
with:
node-version: 20
cache: 'yarn'
- name: node_modules cache
uses: actions/cache@v4.0.2
with:
path: node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }}
- run: yarn install
- run: yarn build-native
- run: yarn test