Skip to content

Change 11ty plugin injection commands to support upcoming @11ty/eleventy v3 changes #31

Change 11ty plugin injection commands to support upcoming @11ty/eleventy v3 changes

Change 11ty plugin injection commands to support upcoming @11ty/eleventy v3 changes #31

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
- run: npm install
- run: npm test