Skip to content

Commit f201be5

Browse files
authored
Fix Cloudflare preview build (#58)
1 parent b6dfd97 commit f201be5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/actions/install/action.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ runs:
1010
run_install: false
1111
standalone: true
1212
package_json_file: app/package.json
13-
version: 9
1413

1514
- name: Setup Node
1615
uses: actions/setup-node@v4

app/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,10 @@
4444
"postcss-nested": "^6.2.0",
4545
"tailwindcss": "^3.4.10",
4646
"typescript": "^5.5.4"
47+
},
48+
"packageManager": "[email protected]",
49+
"engines": {
50+
"node": ">=18",
51+
"pnpm": ">=10"
4752
}
4853
}

0 commit comments

Comments
 (0)