Commit Graph

23 Commits

Author SHA1 Message Date
Thomas Cort
37b07e1eaa
Merge branch 'master' into dependabot/github_actions/actions/checkout-4 2024-05-21 07:25:58 -04:00
Thomas Cort
5387de4d51
Merge pull request #307 from nschonni/multi-os
ci: Use matrix for cross-OS testing
2024-05-21 07:25:19 -04:00
Nick Schonning
846f5c686b
ci: Use matrix for cross-OS testing 2024-03-11 17:49:42 -04:00
dependabot[bot]
f0643d9b77
chore(deps): bump actions/setup-node from 3 to 4
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] <support@github.com>
2024-03-11 14:36:10 +00:00
dependabot[bot]
072a7eec78
chore(deps): bump actions/checkout from 3 to 4
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] <support@github.com>
2024-03-11 14:36:02 +00:00
Thomas Cort
62c53368fb
Merge pull request #295 from dklimpel/bump_node-1
Bump node in github actions
2024-03-11 10:35:27 -04:00
Dirk Klimpel
fcdbb5f9f5
Set ipv4first for tests in CI 2024-03-10 22:16:50 +01:00
Dirk Klimpel
3d64967e29
Bump node for release 2024-03-10 22:11:00 +01:00
Dirk Klimpel
38bbdf7374
Bump node in CI 2024-03-10 22:08:53 +01:00
Lars Gohr
3f54c81797
Updated elgohr/Publish-Docker-Github-Action to a supported version (v5)
elgohr/Publish-Docker-Github-Action@master is not supported anymore
2023-04-15 21:29:53 +02:00
Nick Schonning
0b6946add8
ci: Use array for release type schema 2023-03-09 17:26:12 -05:00
Nick Schonning
657e2aaae7
ci: Remove disabled Docker workflow 2023-03-09 16:22:25 -05:00
Thomas Cort
b19fc8d53a
Merge pull request #234 from nschonni/add-dependabot
chore: Add Dependabot for version updates
2023-03-09 16:20:06 -05:00
Nick Schonning
428fac8f0e
ci: Add current Node versions to matrix build
Enable the caching with the setup-node Action too
2023-03-09 16:16:39 -05:00
Nick Schonning
adb4c60b81
chore: Add Dependabot for version updates 2023-03-09 16:14:07 -05:00
Rui Chen
17d19dafcd
ci: fix build and drop 18.x
- no `fail-fast` for build
- drop 18.x for now

Signed-off-by: Rui Chen <rui@chenrui.dev>
2022-04-24 12:04:12 -04:00
Rui Chen
1f752ce520
deps: upgrade to use nodejs 18 2022-04-23 12:37:55 -04:00
Thomas Cort
5346534c1a release.yml: Create a GH action to publish on NPM repos #153 2021-01-11 07:01:00 -05:00
Cade Ekblad-Frank
955242f58a
Temporarily disable push/pull docker image builds until re-implemented so that CI "passes." (#140) 2020-11-23 09:05:55 +01:00
Cade Ekblad-Frank
1051d35647
Fix SEMVER_TAGS environment variable (#133)
Fix SEMVER_TAGS environment variable set (really bungled that one); remove unused FULL_SNAPSHOT_URL set (#133)
2020-11-18 09:56:15 +01:00
Cade Ekblad-Frank
bbdf1915f2
Switch to the new Github Actions environment variable idiom (#132)
Old mode deprecated for security reasons. See https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
2020-11-17 11:37:03 +01:00
Cade Ekblad-Frank
90d51a8fe7
Add Docker build and Release workflows via Github workflows (#112) 2020-10-21 00:06:39 +02:00
Nick Schonning
f93720a19a
chore: Add GitHub Actions CI setup 2020-10-03 14:14:30 -04:00