We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6dfd97 commit f201be5Copy full SHA for f201be5
.github/actions/install/action.yaml
@@ -10,7 +10,6 @@ runs:
10
run_install: false
11
standalone: true
12
package_json_file: app/package.json
13
- version: 9
14
15
- name: Setup Node
16
uses: actions/setup-node@v4
app/package.json
@@ -44,5 +44,10 @@
44
"postcss-nested": "^6.2.0",
45
"tailwindcss": "^3.4.10",
46
"typescript": "^5.5.4"
47
+ },
48
+ "packageManager": "[email protected]",
49
+ "engines": {
50
+ "node": ">=18",
51
+ "pnpm": ">=10"
52
}
53
0 commit comments