Fix GitHub wokflows#12
Merged
JeromeBonfort merged 7 commits intomasterfrom Mar 30, 2026
Merged
Conversation
- Updated Node.js version from 18 to 22 in all workflow files. - Added step to enable Corepack in each workflow. - Changed yarn install commands to use --immutable for consistency across workflows. - Updated package.json to specify Yarn version 4.3.1.
- Added new versions for Babel packages including code-frame, compat-data, core, generator, and helper plugins. - Updated checksums and resolved dependencies for improved compatibility and performance.
- Added step to enable Corepack and updated Node.js version to 22 in the workflow. - Changed TypeScript configuration to use 'verbatimModuleSyntax' instead of 'importsNotUsedAsValues'. - Updated imports in various files to use 'type' for type-only imports, enhancing clarity and consistency.
- Changed TypeScript configuration from 'verbatimModuleSyntax' to 'isolatedModules' for better module handling. - Updated GitHub workflow to rename the install step to 'Yarn Install' and added retry logic for dependency installation. - Modified the install command to disable immutable installs for the website directory, enhancing flexibility during builds. - Added a new binary file for Yarn's install state tracking.
- Added TypeScript version 5.4.0 to package.json and yarn.lock for better type support. - Reformatted imports in APSAds.ts for improved readability and consistency.
- Added Yarn Berry install state file to .gitignore for better dependency management. - Removed outdated E2E testing workflows for Android and iOS to streamline CI/CD processes. - Cleaned up unused entries in the website's .gitignore and package.json for improved clarity.
- Deleted the API navigation link from the Docusaurus configuration to streamline the documentation structure. - Adjusted the activeBaseRegex for the remaining Docs link for improved routing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.