Skip to content

Bump @tailwindcss/typography from 0.5.12 to 0.5.13 in the js-dependencies group #2253

Bump @tailwindcss/typography from 0.5.12 to 0.5.13 in the js-dependencies group

Bump @tailwindcss/typography from 0.5.12 to 0.5.13 in the js-dependencies group #2253

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite
coverage: none
- name: Install Composer dependencies
run: composer install --prefer-dist --no-interaction
- name: Install NPM dependencies
run: npm ci
- name: Compile assets
run: npm run build
- name: Execute tests
run: vendor/bin/pest
- name: Deploy
if: github.repository == 'laravelio/laravel.io' && github.ref_name == 'main'
run: curl ${{ secrets.ENVOYER_HOOK }}?sha=${{ github.sha }}