Skip to content

Commit

Permalink
Update node, npm versions and downgrade dependencies
Browse files Browse the repository at this point in the history
This update includes modifying the minimum required versions for node and npm in the Apple News plugin. Additionally, various dependencies associated with WordPress have been downgraded to match WP 6.4. Node version ranges have also been changed in the Github workflows.
  • Loading branch information
attackant committed Feb 1, 2024
1 parent ad24ec7 commit 6d45486
Show file tree
Hide file tree
Showing 4 changed files with 3,079 additions and 796 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/built-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
with:
node: 21
node: 20
php: '8.2'
composer_install: true
draft: false
2 changes: 1 addition & 1 deletion .github/workflows/node-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
uses: alleyinteractive/.github/.github/workflows/node-tests.yml@main
with:
ci: true
node: 21
node: 20
run-audit: false
working-directory: ./
Loading

0 comments on commit 6d45486

Please sign in to comment.