The packageManager field must be joke...

This commit is contained in:
Vitaly 2024-04-20 13:26:17 +03:00
commit d35eb040c7
6 changed files with 6 additions and 6 deletions

View file

@ -9,7 +9,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@master
- name: Install pnpm
run: npm i -g pnpm
run: npm i -g pnpm@9.0.4
- uses: actions/setup-node@v4
with:
node-version: 18

View file

@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install Global Dependencies
run: npm install --global vercel pnpm
run: npm install --global vercel pnpm@9.0.4
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts

View file

@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v2
with:
ref: refs/pull/${{ github.event.issue.number }}/head
- run: npm i -g pnpm
- run: npm i -g pnpm@9.0.4
- uses: actions/setup-node@v4
with:
node-version: 18

View file

@ -13,7 +13,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@master
- name: Install pnpm
run: npm i -g vercel pnpm
run: npm i -g vercel pnpm@9.0.4
# - run: pnpm install
# - run: pnpm build
- run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}

View file

@ -2,7 +2,7 @@
After forking the repository, run the following commands to get started:
0. Ensure you have [Node.js](https://nodejs.org) and `pnpm` installed. To install pnpm run `npm i -g pnpm`.
0. Ensure you have [Node.js](https://nodejs.org) and `pnpm` installed. To install pnpm run `npm i -g pnpm@9.0.4`.
1. Install dependencies: `pnpm i`
2. Start the project in development mode: `pnpm start`

View file

@ -158,5 +158,5 @@
"ignoreDependencies": []
}
},
"packageManager": "pnpm@9.0.0"
"packageManager": "pnpm@9.0.4"
}