Skip to content

⬆️ Bump cssnano from 7.1.0 to 7.1.1 #93

⬆️ Bump cssnano from 7.1.0 to 7.1.1

⬆️ Bump cssnano from 7.1.0 to 7.1.1 #93

Workflow file for this run

name: Tests
on:
pull_request:
workflow_dispatch:
concurrency:
group: tests-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
name: Test website build
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache-dependency-path: ${{ env.BUILD_PATH }}/package-lock.json
- name: Install dependencies
uses: ./.github/workflows/actions/install-dependencies
- name: Build Eleventy in production mode
run: npm run build