Skip to content

Commit

Permalink
Merge pull request #84 from sparanoid/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-node-4

chore(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
sparanoid authored Dec 11, 2024
2 parents caf9068 + d8145c4 commit 8ad498f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
bundle install --jobs 4 --retry 3
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 8ad498f

Please sign in to comment.