Skip to content

Commit f441a9c

Browse files
committed
chore(repo): enforce pnpm runtime policy
1 parent 1ef89aa commit f441a9c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@
4444
"oxlint": "^1.73.0",
4545
"typescript": "npm:@typescript/typescript6@^6.0.2",
4646
"wrangler": "4.107.1"
47+
},
48+
"engines": {
49+
"node": ">=24"
4750
}
4851
}

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ allowBuilds:
99
esbuild: true
1010
sharp: true
1111
workerd: true
12-
minimumReleaseAge: 1440
12+
minimumReleaseAge: 2880
1313
minimumReleaseAgeExclude:
1414
- '@typescript/[email protected]'
1515
- '@typescript/[email protected]'

0 commit comments

Comments
 (0)