Skip to content

Commit

Permalink
ci: switch to shared pnpm action
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanosdev committed Aug 28, 2024
1 parent da70db9 commit f1c24ae
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 39 deletions.
35 changes: 0 additions & 35 deletions .github/actions/setup-pnpm/action.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: ./.github/actions/setup-pnpm
- uses: nathanosdev/actions/actions/setup-pnpm@main

- uses: ./.github/actions/setup-dfx

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0

- uses: ./.github/actions/setup-pnpm
- uses: nathanosdev/actions/actions/setup-pnpm@main

- uses: ./.github/actions/setup-dfx

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: ./.github/actions/setup-pnpm
- uses: nathanosdev/actions/actions/setup-pnpm@main

- name: Run sccache-cache
uses: mozilla-actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0

- uses: ./.github/actions/setup-pnpm
- uses: nathanosdev/actions/actions/setup-pnpm@main

- uses: ./.github/actions/setup-dfx

Expand Down

0 comments on commit f1c24ae

Please sign in to comment.