Skip to content

Commit

Permalink
fix: usage of a deprecated Node.js version in CI (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal authored Nov 26, 2024
1 parent 7815746 commit 0951df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
docker image ls -a
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: "1.21.x"
- name: Setup Java
Expand Down

0 comments on commit 0951df2

Please sign in to comment.