Skip to content

Commit

Permalink
Merge pull request #331 from codefresh-io/fix-release-2
Browse files Browse the repository at this point in the history
fix: Fix node and go versions in release action
  • Loading branch information
danielm-codefresh authored Jan 24, 2024
2 parents e35a374 + 07cae33 commit d95bae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -350,10 +350,10 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "20"
- uses: actions/setup-go@v3
with:
go-version: "1.18"
go-version: "1.21"
- uses: actions/cache@v3
with:
path: ui/node_modules
Expand Down

0 comments on commit d95bae5

Please sign in to comment.