Skip to content

Commit 3136e25

Browse files
gregharveyDionisioFGpm98zz-c
authored
Gitlab migration pr devel 2.x (#228)
* 2.x: Using the right conditions to build binaries * 2.x: Update RELEASE file * 2.x: Fixed how the tags are identified to run a new build * 2.x: Fixed tarballs, mising lib folder * Updated install.sh scrip to get the latest version per branch. Fixed some localgov templates (#189) * 2.x: Fixed some bits about localgov * 2.x: Getting the latest release available per branch * Added Drupal 11 template, removed yarn (#203) * 2.x: Fixed some bits about localgov * 2.x: Getting the latest release available per branch * 2.x: Added drupal11 template. Removed .travis file * 2.x: Added Drupal 11 template * 2.x: Updated references with 2.x-devel to devel-2.x * 2.x: Removed reference to the branch * 2.x: Enabled corepack to use latest version of yarn * 2.x: Fixed yarn command * 2.x: Using yarn dlx instead of yarn install --global * 2.x: Using again install instead of dlx * 2.x: Removed all references to yarn to make it simple * 2.x: Added missing flag production=false * 2.x: Removed --global because it does not work with --production=false * 2.x: Wiki update, removed yarn, using ce-dev-ce-provision-config 2.x (#209) * 2.x: Fixed some bits about localgov * 2.x: Getting the latest release available per branch * 2.x: Removed yarn from doc and other old stuff * 2.x: Fixed devel tag * 2.x: Using ce-dev-ce-provision-config 2.x * 2.x: Added new param ansible_collection_dir * 2.x: Added missing var to ce_deploy too * 2.x: Removed regx flags (#211) * 2.x: Fixed some bits about localgov * 2.x: Getting the latest release available per branch * 2.x: Removed regx flags * 2.x: New release 2.0.3 (#212) * 2.x: Fixed some bits about localgov * 2.x: Getting the latest release available per branch * 2.x: Removed regx flags * 2.x: New release * Update Install.md (#225) * Update Install.md * Update Install.md * Updating references to GitHub to point to GitLab. * Updating node version to stay under v24 because it breaks oclif. --------- Co-authored-by: Dionisio Fernandez <dionisiofernandez83@gmail.com> Co-authored-by: Pascal Morin <pm98zz.c@gmail.com>
1 parent defe13e commit 3136e25

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)