Commit graph

18 commits

Author SHA1 Message Date
Roomote Agent
36d56e8db9
Fix: Remove invalid skip-checkout parameter from GitHub Actions workflows (#5676)
fix: remove invalid skip-checkout parameter from GitHub Actions workflows

- Removed skip-checkout parameter from nightly-publish.yml
- Removed skip-checkout parameter from marketplace-publish.yml
- Removed skip-checkout parameter from changeset-release.yml

The setup-node-pnpm action only accepts: node-version, pnpm-version, skip-install, and install-args.
The skip-checkout parameter was causing warnings in workflow runs.

Fixes #5674
2025-07-14 20:58:13 -04:00
Chris Estreich
314ccca1f7
DRY GHA workflows (#4294) 2025-06-03 15:12:16 -07:00
Matt Rubens
7cd89edaa4
Upgrade Node.js to v20.19.2 for security enhancements (#4212)
This commit upgrades Node.js version from v20.18.1 to v20.19.2.

This version incorporates security patches that address known
vulnerabilities, improving the overall security posture.

Co-authored-by: Peter Dave Hello <hsu@peterdavehello.org>
2025-06-01 17:02:44 -04:00
Chris Estreich
22431f06f4
Fix changelog generation (#3859) 2025-05-22 12:31:55 -07:00
Chris Estreich
0521163212
Fix changeset version bumping (#3850) 2025-05-22 11:41:19 -07:00
Chris Estreich
57249a0881
PNPM + Turbo monorepo + Nightly releases (#3407) 2025-05-21 21:01:20 -07:00
Matt Rubens
bf0aeb326d
Update changeset-release.yml (#3801) 2025-05-21 17:41:27 -04:00
Chris Estreich
70a5d2b48c
Require node v20 everywhere (#922) 2025-03-19 10:46:40 -07:00
cte
7681a98842 Simplify npm install by automatically installing npm-run-all 2025-03-10 11:36:11 -07:00
Chris Estreich
1d3f5380a8 Move integration tests into its own module 2025-02-28 21:23:11 -08:00
a8trejo
966a3b60db Adding workflow_dispatch to changeset workflow 2025-01-15 15:34:08 -08:00
a8trejo
ba6c8bcfef Fixes when pushing the changelog forced format 2024-12-23 09:56:27 -08:00
a8trejo
8d9dd759f5 Forcing changelog format 2024-12-18 15:12:18 -08:00
a8trejo
c9e07cca58 Workflows updates to manually merge changeset PRs and control those changes 2024-12-17 17:16:46 -08:00
a8trejo
74a016338b Trying no auto flag 2024-12-17 16:19:20 -08:00
a8trejo
dd1f935de9 Changing auto merge command to merge strategy instead of squash 2024-12-16 16:35:45 -08:00
a8trejo
82c26fdfc0 fixing install command 2024-12-16 16:10:16 -08:00
a8trejo
5eb848b7c8 Remove AI releases 2024-12-16 11:21:34 -08:00