Skip to content

Commit

Permalink
ci: use pnpm v10
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip9587 committed Feb 6, 2025
1 parent d38a3b1 commit 1b19fdd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
permissions:
contents: read

env:
PNPM_VERSION: 10

jobs:
build:
name: Build, Lint and Test
Expand All @@ -25,7 +28,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 9
version: ${{ env.PNPM_VERSION }}

- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
with:
Expand Down Expand Up @@ -70,7 +73,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 9
version: ${{ env.PNPM_VERSION }}

- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
with:
Expand Down Expand Up @@ -99,7 +102,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 9
version: ${{ env.PNPM_VERSION }}

- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
with:
Expand Down

0 comments on commit 1b19fdd

Please sign in to comment.