Skip to content

Commit

Permalink
fix(create): update minimum supported node version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Jan 4, 2024
1 parent 6d9ef50 commit fd14ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-indiekit/bin/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import process from "node:process";
import { init } from "../index.js";
import { checkNodeVersion } from "../lib/utils.js";

checkNodeVersion(process.versions.node, 16);
checkNodeVersion(process.versions.node, 20);

await init();

0 comments on commit fd14ed7

Please sign in to comment.