aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/builds.yml
Commit message (Collapse)AuthorAge
...
* Turn off creating and publishing snapcraft till we get the logins sortedLibravatar Vijay A2022-04-19
|
* Turn off signing of mac and windows artifacts till we get the licensesmasterLibravatar Vijay A2022-04-19
|
* Upgrade system dependencies (#15)Libravatar Vijay Aravamudhan2022-04-19
| | | | | node: 16.13.1 --> 16.14.2 npm: 8.1.2 --> 8.7.0 pnpm: 6.24.1 --> 6.32.8
* Remove explicit installation of 'node-gyp' for windows builds (checking if ↵Libravatar Vijay A2022-04-18
| | | | this passes in CI)
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* Update submodule url to ferdium-recipes (#1)Libravatar Nathanaël Houn2022-04-16
| | | | | * ci: add node-gyp (v8.4.1) install for windows builds Co-authored-by: Vijay Aravamudhan <vraravam@users.noreply.github.com>
* Revert "Revert "Upgrade system dependencies (node, npm, pnpm, node-gyp) ↵Libravatar kytwb2022-01-02
| | | | | | | | | (#2336)"" This reverts commit 712c2a4c237248b63d6553f557806d5dcce797f1. # Conflicts: # .github/workflows/builds.yml
* Revert "Increase retry max_attempts for npm i on windows"Libravatar kytwb2022-01-01
| | | | This reverts commit a0e2eedeedd84174ddfbfd9a47caf797c7f1d021.
* Remove caches usage on windows buildsLibravatar kytwb2021-12-31
|
* Increase retry max_attempts for npm i on windowsLibravatar kytwb2021-12-28
|
* Retry npm i on windowsLibravatar kytwb2021-12-24
|
* Revert "Upgrade system dependencies (node, npm, pnpm, node-gyp) (#2336)"Libravatar kytwb2021-12-21
| | | | This reverts commit dfc9975fa409f69044fbfb028b3c48590908ec5d.
* Upgrade system dependencies (node, npm, pnpm, node-gyp) (#2336)Libravatar Vijay Aravamudhan2021-12-19
| | | | | | | | * Upgrade the following system dependencies: 'nodejs' to '16.13.1' 'npm' to '8.1.2' 'pnpm' to '6.24.1' 'node-gyp' to '8.4.1' * Remove duplicate reference to node version for ease of maintenance
* Streamline workflows namesLibravatar kytwb2021-12-15