Skip to content

Commit

Permalink
chore: pnpm version config
Browse files Browse the repository at this point in the history
  • Loading branch information
liana-p committed Apr 29, 2024
1 parent 41ab5eb commit adbb109
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2.4.0
with:
version: '8.14.3'
version: latest

- name: Install deps
run: pnpm install
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"private": true,
"type": "module",
"engines": {
"node": ">=20"
"node": ">=20",
"pnpm": ">=8"
},
"description": "Narrat monorepo",
"main": "index.js",
Expand Down Expand Up @@ -34,7 +35,8 @@
"url": "https://github.com/liana-p/narrat-engine/issues"
},
"homepage": "https://narrat.dev",
"packageManager": "pnpm@8.14.3",
"packageManager": "pnpm@9.x",
"package-manager-strict": false,
"pnpm": {
"overrides": {
"narrat": "workspace:*",
Expand Down

0 comments on commit adbb109

Please sign in to comment.