Skip to content

Commit

Permalink
Merge pull request #69 from dxw/dependabot/github_actions/actions/set…
Browse files Browse the repository at this point in the history
…up-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
jdudley1123 authored Oct 8, 2024
2 parents 2a60a66 + b3a2f19 commit 4461bc0
Showing 1 changed file with 1 addition 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 @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- name: Install dependencies
Expand Down

0 comments on commit 4461bc0

Please sign in to comment.