Skip to content

Commit

Permalink
Merge pull request #56 from LukWebsForge/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-node-4

Bump actions/setup-node from 2 to 4
  • Loading branch information
lukbukkit authored Oct 6, 2024
2 parents 908dec4 + cae26e4 commit 0e68efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: ^1.23
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: '20'
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0e68efc

Please sign in to comment.