Commit Graph
11 Commits
Author SHA1 Message Date
dependabot[bot]andGitHub f13da17fe3 chore(deps): bump actions/deploy-pages from 4 to 5
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4 to 5.
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](https://github.com/actions/deploy-pages/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/deploy-pages
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-01 22:03:54 +00:00
dependabot[bot]andGitHub d96b448b03 chore(deps): bump pnpm/action-setup from 4 to 6 (#11) 2026-05-23 18:45:47 +07:00
dependabot[bot]andGitHub adc2e1de32 chore(deps): bump actions/upload-pages-artifact from 3 to 5 (#9) 2026-05-23 18:45:44 +07:00
dependabot[bot]andGitHub c90eb2b020 chore(deps): bump actions/checkout from 4 to 6 (#10) 2026-05-23 18:09:52 +07:00
dependabot[bot]andGitHub e92616146a chore(deps): bump actions/setup-node from 4 to 6 (#8) 2026-05-23 18:09:48 +07:00
dependabot[bot]andGitHub d57a55ab4a chore(deps): bump actions/configure-pages from 5 to 6 (#7) 2026-05-23 18:09:44 +07:00
tiennm99 9f1a424c47 chore(ci): bump node to 24 2026-05-13 10:52:35 +07:00
tiennm99 edb7b96fea fix(ci): bump Node.js to 22 required by pnpm@11.1.1 2026-05-13 10:33:45 +07:00
tiennm99 232b657be0 fix(ci): remove pnpm version override conflicting with packageManager 2026-05-13 10:28:42 +07:00
tiennm99 9b377ecd00 chore: migrate from npm to pnpm
Replace package-lock.json with pnpm-lock.yaml, add packageManager field,
update GitHub Actions workflow to use pnpm/action-setup@v4, and convert
README instructional npm commands to pnpm equivalents.
2026-05-13 10:20:18 +07:00
tiennm99 214c305e83 ci: add GitHub Actions workflow to deploy to GitHub Pages
- Add deploy.yml: test → build → deploy pipeline
- Update next.config.mjs with basePath/assetPrefix for /pikachu/ subpath
- Uses actions/deploy-pages for GitHub Pages deployment
2026-04-04 14:42:00 +07:00