Skip to content

⬆️ Bump actions/cache from 4 to 5 in /.github/workflows/actions/install-dependencies #151

⬆️ Bump actions/cache from 4 to 5 in /.github/workflows/actions/install-dependencies

⬆️ Bump actions/cache from 4 to 5 in /.github/workflows/actions/install-dependencies #151

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@v6
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