10up / simple-podcasting

A simple podcasting solution for WordPress.
https://wordpress.org/plugins/simple-podcasting/
GNU General Public License v2.0
185 stars 30 forks source link

Update dependencies #187

Closed cadic closed 2 years ago

cadic commented 2 years ago

Description of the Change

This PR upgrade Node dependencies, adds Node 16 and makes GitHub Actions workflows non-fail-fast.

Verification Process

  1. Expected all tests in GitHub Actions run successfully
  2. Set up node locally with nvm use or n auto
  3. Perform npm install and npm run build

Please note, WordPress#trunk E2E test might fail, this is a known issue with wp-env.

Checklist:

Changelog Entry

Changed - upgrade Node dependencies