Merge pull request #2778 from woocommerce/PCP-3893-build-process-fails-due-to-node-version-conflict

Build process fails due to node version conflict (3893)
This commit is contained in:
Philipp Stracker 2024-11-08 15:31:54 +01:00 committed by GitHub
commit d138540050
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 316 additions and 7467 deletions

View file

@ -30,6 +30,7 @@ jobs:
uses: inpsyde/reusable-workflows/.github/workflows/build-plugin-archive.yml@main
with:
PHP_VERSION: 7.4
NODE_VERSION: 22
PLUGIN_MAIN_FILE: ./woocommerce-paypal-payments.php
PLUGIN_VERSION: ${{ needs.check_version.outputs.version }}
PLUGIN_FOLDER_NAME: woocommerce-paypal-payments

File diff suppressed because it is too large Load diff

View file

@ -7,7 +7,7 @@
"build": "wp-scripts build --webpack-src-dir=resources/js --output-path=assets"
},
"devDependencies": {
"@woocommerce/navigation": "^8.1.0",
"@woocommerce/navigation": "~8.1.0",
"@wordpress/data": "^10.10.0",
"@wordpress/data-controls": "^4.10.0",
"@wordpress/scripts": "^30.3.0"

File diff suppressed because it is too large Load diff