ci: pnpm gets version from package.json packageManager field

This commit is contained in:
Krzysztof Durek
2024-07-17 12:38:49 +02:00
parent 35652c5c53
commit 1befdb76e7

View File

@@ -21,8 +21,6 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 8
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4