Skip to content

Commit 7486a18

Browse files
author
lucasgdb
committed
chore: enforce minimum node version to 20
1 parent e10fb9e commit 7486a18

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,8 @@
4141
"bugs": {
4242
"url": "https://github.com/lucasgdb/generate-strings/issues"
4343
},
44-
"homepage": "https://github.com/lucasgdb/generate-strings#readme"
44+
"homepage": "https://github.com/lucasgdb/generate-strings#readme",
45+
"engines": {
46+
"node": ">=20.16"
47+
}
4548
}

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)