Commit Graph

22 Commits

Author SHA1 Message Date
dependabot[bot] 1e91fa77da
Bump actions/setup-node from 5 to 6
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-15 01:09:15 +00:00
dependabot[bot] 0a67a1674e
Bump actions/setup-node from 4 to 5
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-05 01:08:56 +00:00
dependabot[bot] bc84c9e6e6
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [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/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 12:33:14 +00:00
Jeshurun Hembd 0c90a98335 Update node.js versions in CI workflows 2025-05-31 14:16:51 -04:00
dependabot[bot] 6e93ac2809
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-04-22 15:19:04 +00:00
dependabot[bot] 31325439b0
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-04-22 15:13:35 +00:00
unknown e88c203009 Restore dev.yml 2024-02-05 10:57:49 -05:00
unknown 323899b9bd Setup workflow 2024-01-23 16:16:46 -05:00
Gabby Getz efecbc781e Make sure dev workflow runs make-zip 2023-12-15 15:31:35 -05:00
Gabby Getz fb916ad93d move deploy to push-only workflow 2023-12-15 15:27:00 -05:00
Gabby Getz d16d119e9a Run dev workflow for external contributor PRs 2023-12-12 15:32:18 -05:00
Matthew Amato 1d426cb1a6 Changes after review
* Remove unused `mime` package
* Don't deploy `Build/Specs/e2e`
2023-12-01 10:41:26 -05:00
Matthew Amato 310dc31934 Simplify deployments
1. Remove all custom AWS code and replace with aws cli usage
2. No longer gzip everything manually, let AWS compress
automatically for us.
3. Remove no longer needed npm modules
2023-11-22 18:32:32 -05:00
Jeshurun Hembd 397f0b665b
Merge pull request #11598 from CesiumGS/node-updates
Update to Node 20 & 18
2023-10-31 18:16:18 -05:00
Gabby Getz 53e6d6a25e Node 18/16 --> Node 20/18 2023-10-30 10:29:53 -04:00
Matthew Amato 42f68ac0a8 Update S3 CI location and public URLs 2023-10-27 13:58:36 -04:00
Gabby Getz 18a2f401ae Make step naming more generic 2023-10-25 11:07:39 -04:00
Gabby Getz 51a25f313e Tweak permissions 2023-10-25 11:00:44 -04:00
Matthew Amato dceb5b88ab Remove unneeded no-sandbox when running CI tests 2023-10-25 09:45:26 -04:00
Gabby Getz a3b355248a run-name -> name 2023-10-20 12:55:11 -04:00
Gabby Getz a5fb9aa203 Make files more generic for re-use 2023-10-19 16:14:09 -04:00
Gabby Getz cda6cbe2ca Migrate from Travis CI to GitHub actions 2023-09-19 16:04:38 -04:00