Skip to content

Commit

Permalink
ci(github): install pnpm version specified in package.json
Browse files Browse the repository at this point in the history
...as opposed to specifying `latest`.
  • Loading branch information
jo3-l committed Jul 17, 2024
1 parent bc6c388 commit 5e24f84
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:

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

- name: Install Node.js v22
uses: actions/setup-node@v4
Expand All @@ -43,8 +41,6 @@ jobs:

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

- name: Install Node.js
uses: actions/setup-node@v4
Expand All @@ -71,8 +67,6 @@ jobs:

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

- name: Install Node.js v22
uses: actions/setup-node@v4
Expand Down

0 comments on commit 5e24f84

Please sign in to comment.