Skip to content

[Snyk] Upgrade tailwindcss from 3.4.15 to 3.4.16 #470

[Snyk] Upgrade tailwindcss from 3.4.15 to 3.4.16

[Snyk] Upgrade tailwindcss from 3.4.15 to 3.4.16 #470

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Next.js build
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install Dependencies
run: yarn install --immutable
- name: Run build
run: yarn run build