aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/dependency-updates.yml
Commit message (Collapse)AuthorAge
* Update documentation for new contributors for system dependencies. [skip ci]Libravatar Vijay A2021-07-28
|
* Moved the version-bump into the 'ferdi-builds' workflow so that its 'atomic' ↵Libravatar Vijay A2021-07-27
| | | | in nature of the actual scheduled build.
* Missed removing of custom npm config setter for node-gyp. [skip ci]Libravatar Vijay A2021-07-26
|
* Use node-gyp@8.1 for all CI builds (and brings windows at par with macos and ↵Libravatar Vijay Raghavan Aravamudhan2021-07-26
| | | | | linux) (#1690) Upgraded node-gyp to '8.1.0' (since this was a pre-requisite for it to work on windows os)
* Trying to fix issue with CHANGES_COUNT not being deduced properly on CI runs ↵Libravatar Vijay A2021-07-24
| | | | (thus skipping the ferdi version). [skip ci]
* Fixed issue with the version-bumping check not registering as an env var for ↵Libravatar Vijay A2021-07-22
| | | | GH actions. [skip ci]
* Fixed issue with error hiding version bump.Libravatar Vijay A2021-07-18
|
* Slight perf improvement for GH build checkout action; removed unused workflow.Libravatar Vijay A2021-07-18
|
* Skip bumping of app version if there are no other changes in a scheduled build.Libravatar Vijay A2021-07-17
|
* Trying to fix broken build due to corrupt npm cacheLibravatar Vijay A2021-07-14
|
* Upgraded nodejs to '14.17.3'Libravatar Vijay A2021-07-11
|
* Reuse scripts defined in 'package.json' (also should fix issue where ↵Libravatar Vijay A2021-07-08
| | | | submodule was not getting updated in overnight process).
* Separated version number bump into the 'develop' branch from 'nightly' ↵Libravatar Vijay Raghavan Aravamudhan2021-07-06
| | | | | branch (#1610) * Separated version number bump into the 'develop' branch so that the commit SHA appearing in 'About' will remain unchanged
* Fixing github templates for PRs. [skip ci]Libravatar Vijay A2021-07-02
|
* Fixed issue with hard-coded branch name in the 'git push' command. [skip ci]Libravatar Vijay A2021-07-01
|
* Simplified the scheduled nightly build since the linter and tests are ↵Libravatar Vijay A2021-06-30
| | | | anyways run on the different OS-based jobs.
* Split up the dependency updates into its own scheduled job and to be run on ↵Libravatar Vijay A2021-06-30
the 'develop' branch instead of 'nightly' branch