Skip to content

Commit 53b45f8

Browse files
authored
build: target Node.js 20 or above (#218)
Update Node.js version target to 20 or above. * Change the `engines` field in `package.json` to specify Node.js version ">=20". * Update the `.nvmrc` file to specify Node.js version 20. BREAKING CHANGE: Now requires Node.js 20 or newer, this version likely still works on older versions but is untested. If you are staying on an older version of Node.js, then you probably want to wait with this update. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Addono/docusaurus-plugin-goatcounter?shareId=XXXX-XXXX-XXXX-XXXX).
1 parent 20df1cd commit 53b45f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
16
1+
20
22

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"src"
1212
],
1313
"engines": {
14-
"node": ">=16"
14+
"node": ">=20"
1515
},
1616
"scripts": {
1717
"start": "tsdx watch",

0 commit comments

Comments
 (0)