Skip to content

v3.6.2

Compare
Choose a tag to compare
@marcelklehr marcelklehr released this 17 Mar 11:52

Fixed

  • fix(deploy-to-gh-pages.yml): Add max-parallel declaration to strategy

How to update existing projects

$ cd your-project
$ rm -rf node_modules # Or remove the node_modules folder by hand
$ rm package-lock.json # Or remove the package-lock.json file by hand
$ npm install [email protected]
  • Also make sure to update the Github Actions workflow file at .github/workflows/deploy-to-gh-pages.yml with this change: c785e5e