Skip to content

build: bump tamagui to latest version #111

build: bump tamagui to latest version

build: bump tamagui to latest version #111

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Lint and Tests
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- name: Yarn Install
run: yarn install --immutable
- name: Building
run: yarn build