aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/js.yml
AgeCommit message (Collapse)AuthorFilesLines
2024-01-09CI: stop running coveralls in forks (#39096)XhmikosR1-0/+1
2023-12-17CI: switch to Node.js 20 (#39501)XhmikosR1-1/+1
2023-11-02Build(deps): Bump actions/setup-node from 3 to 4 (#39330)dependabot[bot]1-1/+1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13Build(deps): Bump actions/checkout from 3 to 4 (#39148)dependabot[bot]1-1/+1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-22CI: limit the on push triggers (#38291)XhmikosR1-2/+2
2023-03-21Build(deps): Bump coverallsapp/github-action from 1.2.4 to 2.0.0 (#38288)dependabot[bot]1-1/+1
* Build(deps): Bump coverallsapp/github-action from 1.2.4 to 2.0.0 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.2.4 to 2.0.0. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v1.2.4...v2.0.0) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update js.yml --------- 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]>
2023-03-14Build(deps): Bump coverallsapp/github-action from 1.2.2 to 1.2.4 (#38183)dependabot[bot]1-1/+1
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.2.2 to 1.2.4. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v1.2.2...v1.2.4) --- 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>
2023-03-02Build(deps): Bump coverallsapp/github-action from 1.1.3 to 1.2.2dependabot[bot]1-1/+1
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.3 to 1.2.2. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/1.1.3...v1.2.2) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2022-12-16Revert "CI: limit the on push triggers (#35574)" (#37657)XhmikosR1-2/+2
This reverts commit f0ae5cceac1302d51cf62ffb180355bfc3300ae2.
2022-12-16CI: limit the on push triggers (#35574)XhmikosR1-2/+2
Since now we have workflow_dispatch, we can trigger a workflow manually in case we don't have an open PR. Also, remove the custom `ci skip` code; it's supported natively for some time now: https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/
2022-12-16CI: Add GitHub token permissions for workflows (#36325)Varun Sharma1-0/+7
Co-authored-by: XhmikosR <[email protected]>
2022-11-13CI: switch to Node.js 18 LTS (#37461)XhmikosR1-1/+1
2022-11-09CI: remove git credentials after checkout (#37459)XhmikosR1-0/+2
2022-03-02Bump actions/checkout from 2 to 3 (#35933)dependabot[bot]1-1/+1
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... 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]>
2022-03-01Bump actions/setup-node from 2 to 3 (#35925)dependabot[bot]1-1/+1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-10JS tests: only test one Node.js version (#35481)XhmikosR1-8/+3
2021-12-02CI: add `workflow_dispatch` (#35454)XhmikosR1-0/+1
2021-10-13Switch to Node.js 16 and npm 8. (#35178)XhmikosR1-1/+1
2021-07-19CI: make use of the `actions/setup-node`'s `cache` option (#34453)XhmikosR1-8/+1
2021-07-14Bump 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-11CI: remove Node.js 10 (#33923)XhmikosR1-1/+1
Node.js 10 is EOL since 30/04/2021
2021-04-22JS tests: add Node.js 16 (#33720)XhmikosR1-1/+1
2021-02-08CI: remove the cache fallback and shorten cache key (#33012)XhmikosR1-3/+2
2021-01-28CI: switch to the coverallsapp/github-action tag (#32919)XhmikosR1-1/+1
Unfortunately, they don't offer a `v1` tag
2021-01-11GitHub Actions cleanup (#32755)XhmikosR1-3/+2
* lowercase `runner.os` * remove `CI` environment variable since it's already set by the runner
2021-01-05CI: update to actions/setup-node@v2 (#32635)XhmikosR1-1/+1
2020-11-23CI: specify `FORCE_COLOR:2` (#32222)XhmikosR1-0/+1
This should show any colors in the output
2020-10-29CI: switch to Node.js 14. (#32003)XhmikosR1-2/+2
2020-10-29CI: Skip dependabot PR branches. (#32006)XhmikosR1-2/+8
Also, reword Node.js setup step
2020-06-11Revert "Change when CI runs"XhmikosR1-10/+1
This reverts commit 37dc6e1031ea43a1d796d0b82347c453b97ec996.
2020-06-10Switch to Node.js 12.x.XhmikosR1-1/+1
2020-06-10Change when CI runsXhmikosR1-1/+10
Run it for all pull requests, the master branch, and any branches that end with `-ci`.
2020-06-10Split GitHub Actions.XhmikosR1-0/+48
Everything should be faster now. Also, we can restart a failed workflow and not the whole thing like before.