Fix installing pnpm in github actions
The action is buggy and does not read the "packagerManager" field from the "package.json" despite saying so in its documentation
This commit is contained in:
@@ -16,6 +16,7 @@ jobs:
|
||||
- uses: pnpm/action-setup@v6
|
||||
name: Install pnpm
|
||||
with:
|
||||
version: 11.1.2
|
||||
cache: true
|
||||
|
||||
- name: Install modules
|
||||
|
||||
@@ -32,6 +32,7 @@ jobs:
|
||||
- uses: pnpm/action-setup@v6
|
||||
name: Install pnpm
|
||||
with:
|
||||
version: 11.1.2
|
||||
cache: true
|
||||
|
||||
- name: Cache node_modules
|
||||
|
||||
@@ -37,6 +37,7 @@ jobs:
|
||||
- uses: pnpm/action-setup@v6
|
||||
name: Install pnpm
|
||||
with:
|
||||
version: 11.1.2
|
||||
cache: true
|
||||
|
||||
- name: Cache node_modules
|
||||
|
||||
@@ -34,6 +34,7 @@ jobs:
|
||||
- uses: pnpm/action-setup@v6
|
||||
name: Install pnpm
|
||||
with:
|
||||
version: 11.1.2
|
||||
cache: true
|
||||
|
||||
- name: Cache node_modules
|
||||
|
||||
Reference in New Issue
Block a user