You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install 0.39.7 explicitly as part of vendor installation, so we have control over the version we use.
For cases where nvm is not required (pre-installed in the image, use
--no-nvm param for install command)
Fixes#309
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+5
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,11 @@ This project adheres to [Semantic Versioning](https://semver.org/).
9
9
The format of this change log follows the advice given at [Keep a CHANGELOG](https://keepachangelog.com).
10
10
11
11
## [Unreleased]
12
+
### Added
13
+
- Install stable release of nvm as part of install command. This is now a default
14
+
behaviour, to bypass nvm installation use `--no-nvm` param for install command.
15
+
- ACTION SUGGESTED: Update your workflows and remove `echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV` in "Initialise moodle-plugin-ci" step, this not required.
16
+
12
17
## [4.5.3] - 2024-07-05
13
18
### Added
14
19
- Support for version 4.4 of the app, that uses new defaults and Chrome (Selenium 4) version.
->addOption('node-version', null, InputOption::VALUE_REQUIRED, 'Node.js version to use for nvm install (this will override one defined in .nvmrc)', $node);
107
108
}
@@ -175,6 +176,7 @@ public function initializeInstallerFactory(InputInterface $input): InstallerFact
0 commit comments