Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
update @wordpress/env package (#9572)
Browse files Browse the repository at this point in the history
  • Loading branch information
gigitux authored May 23, 2023
1 parent 507fb83 commit 0afb935
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/php-js-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,7 @@ jobs:

- name: Install Node dependencies
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: |
sed -i 's/"@wordpress\/env": ".*"/"@wordpress\/env": "^4.9.0"/' package.json
npm install --no-optional --no-audit
run: npm install --no-optional --no-audit

- name: Build Assets
run: FORCE_REDUCED_MOTION=true npm run build
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"@wordpress/e2e-test-utils-playwright": "https://github.com/woocommerce/woocommerce-blocks/files/11286971/wordpress-e2e-test-utils-playwright-0.0.0.tgz",
"@wordpress/e2e-tests": "^4.6.0",
"@wordpress/element": "4.20.0",
"@wordpress/env": "5.16.0",
"@wordpress/env": "7.0.0",
"@wordpress/html-entities": "3.24.0",
"@wordpress/i18n": "4.24.0",
"@wordpress/is-shallow-equal": "4.24.0",
Expand Down

0 comments on commit 0afb935

Please sign in to comment.