Skip to content

init github workflow #1

init github workflow

init github workflow #1

Workflow file for this run

name: Expo Web Build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.20
- name: Install dependencies
run: npm ci
- name: Build Expo Web
run: npm run web-build
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: web-build
path: web-build/