Skip to content

Commit

Permalink
Merge pull request #346 from medz/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-node-4

ci(deps): bump actions/setup-node from 2 to 4
  • Loading branch information
Seven Du authored Mar 15, 2024
2 parents 036166f + 640e227 commit c184feb
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 @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

# Install Node.js
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 18

Expand Down

0 comments on commit c184feb

Please sign in to comment.