Commit Graph

14 Commits

Author SHA1 Message Date
Luke Hagar
7174ad6c54 Update test workflow to check for main/index.cjs instead of main/index.js
- Modified the file existence check in the GitHub Actions workflow to validate the presence of main/index.cjs, reflecting recent changes in the build output structure.
2025-07-23 16:44:20 -05:00
Luke Hagar
da48f2314b adjusted test 2025-07-23 16:40:28 -05:00
Luke Hagar
41f34e4de7 Update GitHub Actions workflow to install dependencies without frozen lockfile
- Modified the dependency installation step in the CI workflow to remove the frozen lockfile option, allowing for more flexibility during installations.
2025-07-23 16:24:22 -05:00
Luke Hagar
645ccf1109 Update pnpm-lock.yaml and package.json for dependency upgrades and workflow improvements
- Upgraded rollup to version 4.45.1 and turbo to version 2.5.5 in pnpm-lock.yaml.
- Modified GitHub Actions workflow to install dependencies without the frozen lockfile option for better flexibility.
- Updated package.json in adapter-electron to include rollup as a dependency and adjusted devDependencies for consistency.
2025-07-23 16:22:44 -05:00
Luke Hagar
baee9dced8 Update GitHub Actions workflows to use Node.js 22 and pnpm 10
- Replaced the Node.js setup step to use version 22 for improved compatibility.
- Updated pnpm version in both CI and test workflows to 10 for consistency and performance.
- Removed redundant pnpm installation step in the CI workflow.
2025-07-23 16:12:19 -05:00
Luke Hagar
cfd43bac1c Refactor GitHub Actions workflow for clarity and consistency
- Renamed job from 'Run workspace tests' to 'run-workspace-tests' for consistency with naming conventions.
- Updated step name from 'Type check adapter-electron' to 'Run workspace tests' to better reflect its purpose.
2025-07-14 12:05:34 -05:00
Luke Hagar
73691e2b6a Refactor CI workflow and enhance protocol handler in adapter-electron
- Updated GitHub Actions workflow to streamline testing and type checking processes.
- Consolidated test steps and improved error handling for better clarity.
- Enhanced protocol handler functions in setupHandler.js to support additional features and security measures.
- Added new utility functions for file handling and path validation to improve robustness.
- Updated integration tests to cover new functionality and ensure proper request handling.
2025-07-14 11:50:31 -05:00
Luke Hagar
fef066e29e Update GitHub Actions workflow to use pnpm v4.1.0 and improve error handling in test scripts
- Upgraded pnpm action version in the CI workflow.
- Enhanced error messages for missing test and typecheck scripts in adapter-appwrite and examples.
- Cleaned up conditional checks for better readability.
2025-07-13 10:30:21 -05:00
Luke Hagar
90d204edf3 chore: Bump version to 1.0.6 and update package.json for adapter-electron
- Added placeholders.d.ts to the files list.
- Updated dependencies for electron and cookie.
- Introduced new scripts for testing and type checking.
- Adjusted devDependencies for compatibility with TypeScript and testing tools.
2025-07-13 02:09:19 -05:00
Luke Hagar
5fdfb54f23 Update ci.yml 2024-02-19 08:16:24 -06:00
Luke Hagar
f431f9a0e7 Update ci.yml 2024-02-19 07:58:56 -06:00
Luke Hagar
546b111bb6 Store is generating files too large for caching atm 2024-02-18 22:08:50 -06:00
Luke Hagar
3e950a5308 Update ci.yml 2024-02-18 22:00:37 -06:00
Luke Hagar
25393e560f Saving progress on appwrite and electron adapters 2024-02-18 21:46:01 -06:00