Skip to content

Commit

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

github-actions(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
ttsukagoshi authored Feb 5, 2024
2 parents ff7d16f + 204f527 commit 9199cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '20'

Expand Down

0 comments on commit 9199cf6

Please sign in to comment.