Skip to content

Commit

Permalink
Merge pull request #78 from xuwei-k/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-4

Bump actions/setup-node from 3 to 4

[skip ci]
  • Loading branch information
xuwei-k authored Oct 30, 2023
2 parents b8b9374 + 15fc65d commit e828b22
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 @@ -11,7 +11,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "18.15.0"
- run: |
Expand Down

0 comments on commit e828b22

Please sign in to comment.