Skip to content

Bump @11ty/eleventy-fetch from 5.0.1 to 5.0.2 #55

Bump @11ty/eleventy-fetch from 5.0.1 to 5.0.2

Bump @11ty/eleventy-fetch from 5.0.1 to 5.0.2 #55

Workflow file for this run

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