Skip to content

Commit

Permalink
Merge pull request #15 from tsparticles/renovate/pnpm-action-setup-2.x
Browse files Browse the repository at this point in the history
chore(deps): update pnpm/action-setup action to v2.4.0
  • Loading branch information
matteobruni authored Jul 27, 2023
2 parents aa73ef0 + 6a55783 commit 12496f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "16"
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
name: Install pnpm
id: pnpm-install
with:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "16"
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
name: Install pnpm
id: pnpm-install
with:
Expand Down

0 comments on commit 12496f7

Please sign in to comment.