Skip to content

Commit

Permalink
specify pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
gmichelo committed Feb 1, 2024
1 parent 01efbc8 commit 9a9fa1a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pnpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,18 @@ permissions:
contents: read

jobs:
yarn:
pnpm:
runs-on:
- namespace-profile-e2e-small
steps:
- uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: "8.6.2"
- uses: actions/checkout@v3
with:
repository: namespace-integration-demos/cache-yarn-workspaces
repository: namespace-integration-demos/cache-pnpm-workspace
path: demo
- name: Setup pnpm cache
uses: ./ # Uses an action in the root directory
Expand Down

0 comments on commit 9a9fa1a

Please sign in to comment.