Skip to content

Commit

Permalink
chore(deps): update pnpm/action-setup action to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 25, 2023
1 parent dec70c8 commit c4c0c6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16'
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.3.0
name: Install pnpm
id: pnpm-install
with:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16'
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.3.0
name: Install pnpm
id: pnpm-install
with:
Expand Down

0 comments on commit c4c0c6b

Please sign in to comment.