Skip to content

Commit

Permalink
Merge pull request #46 from RightCapitalHQ/renovate/actions-setup-nod…
Browse files Browse the repository at this point in the history
…e-4.x

chore(deps): update actions/setup-node action to v4
  • Loading branch information
rainx authored Oct 24, 2023
2 parents a2ddefe + adc2e29 commit f58ec44
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: pnpm/action-setup@v2

- name: Prepare Node.js
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.0
with:
node-version-file: .node-version
cache: pnpm
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "chore(deps): update actions/setup-node action to v4",
"packageName": "@rightcapital/phpdoc-parser",
"email": "email not defined",
"dependentChangeType": "patch"
}

0 comments on commit f58ec44

Please sign in to comment.