Skip to content

Commit

Permalink
chore: update to pnpm/action-setup@2.2.2 (#8375)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed May 28, 2022
1 parent c5185cf commit ea06d0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v2.2.2

- name: Set node version to ${{ matrix.node_version }}
uses: actions/setup-node@v3
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v2.2.2

- name: Set node version to 16
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v2.2.2

- name: Set node version to 16.x
uses: actions/setup-node@v3
Expand Down

0 comments on commit ea06d0c

Please sign in to comment.