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 ef22e61 commit 9a6d484Copy full SHA for 9a6d484
.github/workflows/main.yml
@@ -25,9 +25,9 @@ jobs:
25
with:
26
fetch-depth: 0
27
28
- - uses: pnpm/action-setup@v2.2.4
+ - uses: pnpm/action-setup@v2
29
30
- version: 7.26.0
+ version: 8.5.1
31
32
- name: Use Node ${{ matrix.node }}
33
uses: actions/setup-node@v3
package.json
@@ -5,7 +5,6 @@
5
"engines": {
6
"node": "^18.15.0"
7
},
8
- "packageManager": "[email protected]",
9
"scripts": {
10
"prebuild": "prisma generate && prisma migrate deploy",
11
"build:1-next": "cross-env NODE_ENV=production next build",
0 commit comments