Skip to content

Commit ddd8f06

Browse files
committed
ci: add .tool-versions for Cloudflare Pages
The removal of the root `packageManager` field broke the Cloudflare Pages build: without it, Cloudflare's asdf fell back to nodejs 20.20.0 and pnpm 9.15.9, both rejected by our `engines` constraints. Pin nodejs and pnpm versions in an asdf-style `.tool-versions` so Cloudflare (and asdf users locally) pick up the right versions.
1 parent 790dcb7 commit ddd8f06

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.tool-versions

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
nodejs 22.22.2
2+
pnpm 10.17.1

0 commit comments

Comments
 (0)