Skip to content

Commit

Permalink
chore: Created a variable for pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Aug 29, 2024
1 parent 4de5849 commit 6b5aea1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
NODE_VERSION: 18
PERCY_PARALLEL_NONCE: ${{ github.run_id }}-${{ github.run_number }}
PERCY_PARALLEL_TOTAL: 9
PNPM_VERSION: 9

jobs:
lint:
Expand All @@ -29,7 +30,7 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v4
# with:
# version: 9
# version: ${{ env.PNPM_VERSION }}

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
Expand All @@ -56,7 +57,7 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v4
# with:
# version: 9
# version: ${{ env.PNPM_VERSION }}

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
Expand Down Expand Up @@ -121,7 +122,7 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v4
# with:
# version: 9
# version: ${{ env.PNPM_VERSION }}

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
Expand Down Expand Up @@ -164,7 +165,7 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v4
# with:
# version: 9
# version: ${{ env.PNPM_VERSION }}

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
Expand Down Expand Up @@ -205,7 +206,7 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v4
# with:
# version: 9
# version: ${{ env.PNPM_VERSION }}

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
Expand Down

0 comments on commit 6b5aea1

Please sign in to comment.