Skip to content

Commit

Permalink
Avec pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Oct 24, 2023
1 parent 1e78e3c commit 45581b8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- uses: pnpm/[email protected]
with:
version: latest

- uses: actions/setup-node@v4
with:
cache: 'pnpm'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- uses: pnpm/[email protected]
with:
version: latest

- uses: actions/setup-node@v4
with:
cache: 'pnpm'
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- uses: pnpm/[email protected]
with:
version: latest

- uses: actions/setup-node@v4
with:
cache: 'pnpm'
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/typechecking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- uses: pnpm/[email protected]
with:
version: latest

- uses: actions/setup-node@v4
with:
cache: 'pnpm'
Expand Down

0 comments on commit 45581b8

Please sign in to comment.