Skip to content

build(deps-dev): bump @tailwindcss/forms from 0.5.3 to 0.5.7 #181

build(deps-dev): bump @tailwindcss/forms from 0.5.3 to 0.5.7

build(deps-dev): bump @tailwindcss/forms from 0.5.3 to 0.5.7 #181

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npx prisma generate
- run: npm run build --if-present