Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit b23b8a2

Browse files
authored
Gitlab migration pr 2.x (#229)
* Updating references to GitHub to point to GitLab. * Updating node version to stay under v24 because it breaks oclif.
1 parent 7aa0d09 commit b23b8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"typescript": "^5.2.2"
3838
},
3939
"engines": {
40-
"node": ">=18.0.0"
40+
"node": ">=18.0.0 <23"
4141
},
4242
"main": "./lib/index.js",
4343
"exports": "./lib/index.js",

0 commit comments

Comments
 (0)