Skip to content

Commit

Permalink
ci: fix pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusschiesser committed Apr 25, 2024
1 parent 6bdd4ac commit e29ef92
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
with:
version: ${{ env.POETRY_VERSION }}

- uses: pnpm/action-setup@v3

- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"

- uses: pnpm/action-setup@v3

- name: Install dependencies
run: pnpm install

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint_on_push_or_pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v3

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "pnpm"

- uses: pnpm/action-setup@v3

- name: Install dependencies
run: pnpm install

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4

- uses: pnpm/action-setup@v3

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "pnpm"

- uses: pnpm/action-setup@v3

- name: Install dependencies
run: pnpm install

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4

- uses: pnpm/action-setup@v3

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "pnpm"

- uses: pnpm/action-setup@v3

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit e29ef92

Please sign in to comment.