Skip to content

Commit

Permalink
Merge pull request #422 from injms/dependabot/npm_and_yarn/11ty/eleve…
Browse files Browse the repository at this point in the history
…nty-img-5.0.0

Bump @11ty/eleventy-img from 3.1.8 to 5.0.0
  • Loading branch information
injms authored Oct 28, 2024
2 parents d1f2652 + cbf9cc2 commit 42d9dd4
Show file tree
Hide file tree
Showing 5 changed files with 667 additions and 688 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
with:
node-version-file: ".nvmrc"
cache: npm
- run: npm ci
- run: npm ci --include=optional
- run: ELEVENTY_PLACEHOLDER=true npm run build
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
with:
node-version-file: ".nvmrc"
cache: npm
- run: npm ci
- run: npm ci --include=optional
- run: ELEVENTY_PLACEHOLDER=true npm run build # Build using placeholder content
- run: npm run test:runner # Run test set for running in this workflow
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v19.5.0
v20.18.0
Loading

0 comments on commit 42d9dd4

Please sign in to comment.