Sourced from JamesIves/github-pages-deploy-action's releases.
v4.5.0
What's Changed
- The action is now built and run on Node 20.
- Bump
@types/node
from 20.4.1 to 20.4.2 by@dependabot
in JamesIves/github-pages-deploy-action#1399- Bump eslint-plugin-jest from 27.2.2 to 27.2.3 by
@dependabot
in JamesIves/github-pages-deploy-action#1400- Bump word-wrap from 1.2.3 to 1.2.4 by
@dependabot
in JamesIves/github-pages-deploy-action#1401- Bump eslint-config-prettier from 8.8.0 to 8.9.0 by
@dependabot
in JamesIves/github-pages-deploy-action#1405- Bump
@types/node
from 20.4.2 to 20.4.9 by@dependabot
in JamesIves/github-pages-deploy-action#1413- Bump eslint-config-prettier from 8.9.0 to 9.0.0 by
@dependabot
in JamesIves/github-pages-deploy-action#1410- Upgrade Node for security by
@nickmccurdy
in JamesIves/github-pages-deploy-action#1437- doc:
.gitignore
matches not being deployed by@sgasse
in JamesIves/github-pages-deploy-action#1459- build(deps): bump actions/setup-node from 3 to 4 by
@dependabot
in JamesIves/github-pages-deploy-action#1467- build(deps-dev): bump
@types/node
from 20.4.9 to 20.9.0 by@dependabot
in JamesIves/github-pages-deploy-action#1474- Bump actions/checkout from 3 to 4 by
@dependabot
in JamesIves/github-pages-deploy-action#1429- build(deps-dev): bump
@types/node
from 20.9.0 to 20.10.0 by@dependabot
in JamesIves/github-pages-deploy-action#1479New Contributors
@sgasse
made their first contribution in JamesIves/github-pages-deploy-action#1459Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/v4.4.3...v4.5.0
65b5dfd
Deploy Production Code for Commit 32bb2a8d7bda92f28b1fd223fc5793ab27f725eb 🚀32bb2a8
Merge branch 'dev' into releases/v47879c16
feat: update to Node 201c34508
build(deps-dev): bump @types/node
from 20.9.0 to 20.10.0 (#1479)b957d05
Bump actions/checkout from 3 to 4 (#1429)3a4632d
build(deps-dev): bump @types/node
from 20.4.9 to 20.9.0 (#1474)9de0269
build(deps): bump actions/setup-node from 3 to 4 (#1467)810af53
Update README.md24c1e2a
doc: .gitignore
matches not being deployed (#1459)0769273
fix: remove base.Dockerfile as it's not needed