Skip to content

Bump @11ty/eleventy-img from 4.0.2 to 5.0.0 #961

Bump @11ty/eleventy-img from 4.0.2 to 5.0.0

Bump @11ty/eleventy-img from 4.0.2 to 5.0.0 #961

Workflow file for this run

# Deployment action from https://github.com/TartanLlama/actions-eleventy/
name: test
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies with NPM
run: npm install
- name: Bundle assets with Webpack and build site with Eleventy
run: npm run build