Skip to content

Bump tailwindcss from 3.4.16 to 3.4.17 in the dev-dependencies group #226

Bump tailwindcss from 3.4.16 to 3.4.17 in the dev-dependencies group

Bump tailwindcss from 3.4.16 to 3.4.17 in the dev-dependencies group #226

Workflow file for this run

name: build
on: [pull_request]
jobs:
npm-run-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Read .nvmrc
id: nvmrc
shell: bash
run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc)
- uses: actions/setup-node@v4
with:
node-version: ${{ steps.nvmrc.outputs.NODE_VERSION }}
- run: npm ci
- run: npm run build
env:
CI: true