Skip to content

Bump prettier-plugin-tailwindcss from 0.6.8 to 0.6.9 #4003

Bump prettier-plugin-tailwindcss from 0.6.8 to 0.6.9

Bump prettier-plugin-tailwindcss from 0.6.8 to 0.6.9 #4003

Workflow file for this run

name: Build Next.js Site
on:
[push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18.x
- name: Install dependencies
run: npm install
- name: Build
run: npm run build