Skip to content

Commit

Permalink
Merge pull request #145 from scratchfoundation/renovate/actions-setup…
Browse files Browse the repository at this point in the history
…-node-4.x

chore(deps): update actions/setup-node action to v4
  • Loading branch information
cwillisf authored Jan 15, 2025
2 parents 514fc46 + 67192ea commit c1758c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe # v5
- name: Use Node.js 18
uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: 18.x
- name: Install Dependencies
Expand Down

0 comments on commit c1758c7

Please sign in to comment.