Skip to content

Commit

Permalink
Update Node.js version and dependencies
Browse files Browse the repository at this point in the history
Updated Node.js environment to version 22 and refreshed dependencies to their latest compatible versions. Adjusted scripts for improved clarity and switched from `html-minifier` to `html-minifier-terser`. These changes enhance compatibility and ensure the project uses the most up-to-date tools.
  • Loading branch information
reatlat committed Feb 2, 2025
1 parent 301ccee commit 2a5aedb
Show file tree
Hide file tree
Showing 4 changed files with 574 additions and 1,212 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
2 changes: 1 addition & 1 deletion eleventy.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import markdownItAnchor from "markdown-it-anchor";
import {minify} from "html-minifier";
import {minify} from "html-minifier-terser";
import yaml from "js-yaml";
import slugify from "slugify";
import path from "path";
Expand Down
Loading

0 comments on commit 2a5aedb

Please sign in to comment.