Skip to content

Commit ece05a9

Browse files
authored
fix: downgrade pnpm engine to ensure ci installs an existing version that matches the requirement (#331)
1 parent 19064d0 commit ece05a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
]
6666
},
6767
"engines": {
68-
"pnpm": "^6.32.12",
68+
"pnpm": "^6.32.0",
6969
"yarn": "forbidden, use pnpm",
7070
"npm": "forbidden, use pnpm",
7171
"node": "^14.13.1 || >= 16"
@@ -77,4 +77,4 @@
7777
"node-fetch@2": "^2.6.7"
7878
}
7979
}
80-
}
80+
}

0 commit comments

Comments
 (0)