Skip to content

Commit

Permalink
v9.2.6-alpha.6 node 18 for laggards, update eleventy v3 alpha 6 (#18)
Browse files Browse the repository at this point in the history
* fix: return node 18 for laggards, and update to eleventy v3 alpha 6 (#18)
  • Loading branch information
rdela authored Apr 17, 2024
1 parent c38316e commit 20f4416
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
18
4 changes: 2 additions & 2 deletions _data/metadata.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let data = {
title: "eleventeen v9.2.6-alpha.5",
title: "eleventeen v9.2.6-alpha.6",
url: "https://eleventeen.blog",
language: "en",
description: "Rainbow Eleventy blog",
Expand All @@ -10,7 +10,7 @@ let data = {
},
siteimage: "https://o.famebot.com/file/famebot/eleventeen.png",
mono: false,
eleventeen: "v9.2.6-alpha.5",
eleventeen: "v9.2.6-alpha.6",
};

export default data;
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eleventeen",
"version": "9.2.6-alpha.5",
"version": "9.2.6-alpha.6",
"description": "A starter repository for a blog web site using the Eleventy site generator.",
"type": "module",
"scripts": {
Expand All @@ -27,7 +27,7 @@
],
"license": "MIT",
"engines": {
"node": ">=20"
"node": ">=18"
},
"funding": {
"type": "opencollective",
Expand All @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/11ty/eleventy-base-blog#readme",
"devDependencies": {
"@11ty/eleventy": "3.0.0-alpha.5",
"@11ty/eleventy": "3.0.0-alpha.6",
"@11ty/eleventy-img": "^4.0.2",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-bundle": "^1.0.5",
Expand Down

0 comments on commit 20f4416

Please sign in to comment.