13 Commits
Author SHA1 Message Date
tiennm99 da8a25edf2 build: move from pnpm to npm
Replace pnpm-lock.yaml with package-lock.json. The security overrides move to
package.json#overrides with their ranges intact, including the bounded
'>=x <y' pins whose upper bounds keep the next major out. allowBuilds becomes
package.json#allowScripts for the packages actually present in the tree.
2026-08-17 13:28:05 +07:00
tiennm99 d7dfd17bc6 chore(deps): bump actions/setup-node from v6 to v7 2026-07-17 17:45:35 +07:00
tiennm99 3fc6dc0691 chore(deps): bump next, phaser, react, react-dom and GitHub Actions
- next 16.2.6 -> 16.2.9
- phaser ^4.1.0 -> ^4.2.0 (resolved 4.2.1)
- react/react-dom 19.2.6 -> 19.2.7
- actions/checkout v6 -> v7
- actions/deploy-pages v4 -> v5
2026-07-17 17:44:47 +07: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