Skip to content

Fix tina build

Fix tina build #15

Workflow file for this run

name: Build Pull request
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
name: build astro
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 20
- run: npm install
- run: npm run build-astro