Skip to content

Commit

Permalink
remove pnpm version in CI (packageManager package.json prop usage).
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov committed Jun 5, 2024
1 parent af168fe commit 4ccf146
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down Expand Up @@ -71,8 +69,6 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9

- name: Use Node.js 22
uses: actions/setup-node@v4
Expand Down Expand Up @@ -117,8 +113,6 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9

- name: Use Node.js 22
uses: actions/setup-node@v4
Expand Down

0 comments on commit 4ccf146

Please sign in to comment.