aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/js.yml
AgeCommit message (Collapse)AuthorFilesLines
2021-07-21CI: make use of the `actions/setup-node`'s `cache` option (#34453)XhmikosR1-8/+1
2021-07-21Bump coverallsapp/github-action from 1.1.2 to 1.1.3 (#34491)dependabot[bot]1-1/+1
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v1.1.2...1.1.3) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-05-21CI: remove Node.js 10 (#33923)XhmikosR1-1/+1
Node.js 10 is EOL since 30/04/2021
2021-05-21JS tests: add Node.js 16 (#33720)XhmikosR1-1/+1
2021-02-17CI: remove the cache fallback and shorten cache key (#33012)XhmikosR1-3/+2
2021-02-17CI: switch to the coverallsapp/github-action tag (#32919)XhmikosR1-1/+1
Unfortunately, they don't offer a `v1` tag
2021-01-13GitHub Actions cleanup (#32755)XhmikosR1-3/+2
* lowercase `runner.os` * remove `CI` environment variable since it's already set by the runner
2021-01-08CI: update to actions/setup-node@v2 (#32635)XhmikosR1-1/+1
2020-11-24CI: specify `FORCE_COLOR:2` (#32222)XhmikosR1-0/+1
This should show any colors in the output
2020-10-30CI: switch to Node.js 14. (#32003)XhmikosR1-2/+2
2020-10-30CI: Skip dependabot PR branches. (#32006)XhmikosR1-2/+8
Also, reword Node.js setup step
2020-06-24Split GitHub Actions.XhmikosR1-0/+48