Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

chore(deps-dev): bump tailwindcss from 3.4.3 to 3.4.9 #2

chore(deps-dev): bump tailwindcss from 3.4.3 to 3.4.9

chore(deps-dev): bump tailwindcss from 3.4.3 to 3.4.9 #2

name: Test Build
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
container: node:20
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
env:
NEXT_PUBLIC_POCKETBASE_URL: ${{ secrets.NEXT_PUBLIC_POCKETBASE_URL }}
NEXT_PUBLIC_ANALYTICS_TOKEN: ${{ secrets.NEXT_PUBLIC_ANALYTICS_TOKEN }}
NEXT_PUBLIC_ANALYTICS_URL: ${{ secrets.NEXT_PUBLIC_ANALYTICS_URL }}