Skip to content

Bump actions/configure-pages from 5 to 6 #580

Bump actions/configure-pages from 5 to 6

Bump actions/configure-pages from 5 to 6 #580

Workflow file for this run

name: Test build
on: pull_request
jobs:
test_build:
name: Test build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci
- name: Build with Eleventy
run: npm run-script build