Skip to content

Commit

Permalink
Merge pull request #107 from RightCapitalHQ/feature/upgrade-action-pn…
Browse files Browse the repository at this point in the history
…pm-setup

chore: upgrade pnpm/action-setup to v4
  • Loading branch information
frantic1048 authored Jul 15, 2024
2 parents 7a0e813 + 88feda8 commit 93439ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
tools: composer

- name: Prepare pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4

- name: Prepare Node.js
uses: actions/[email protected]
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
- uses: actions/[email protected]
with:
node-version-file: .node-version
Expand All @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
- uses: actions/[email protected]
with:
node-version-file: .node-version
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"comment": "chore: upgrade pnpm/action-setup to v4",
"type": "none",
"packageName": "@rightcapital/php-parser",
"email": "[email protected]",
"dependentChangeType": "none"
}

0 comments on commit 93439ca

Please sign in to comment.