Skip to content

Commit

Permalink
Merge pull request #437 from omjadas/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-4.2.0
  • Loading branch information
omjadas authored Jan 28, 2025
2 parents 01dbf98 + afc1f09 commit fca712f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js 12.x
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
node-version: 12.x
- name: npm ci
Expand Down

0 comments on commit fca712f

Please sign in to comment.