Skip to content

Commit

Permalink
Merge pull request #432 from omjadas/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-4.1.0

Bump actions/setup-node from 4.0.4 to 4.1.0
  • Loading branch information
omjadas authored Oct 24, 2024
2 parents d683579 + 5d8b8dc commit b32c83f
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.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: 12.x
- name: npm ci
Expand Down

0 comments on commit b32c83f

Please sign in to comment.