Skip to content

Commit d95bae5

Browse files
Merge pull request #331 from codefresh-io/fix-release-2
fix: Fix node and go versions in release action
2 parents e35a374 + 07cae33 commit d95bae5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,10 +350,10 @@ jobs:
350350
- uses: actions/checkout@v3
351351
- uses: actions/setup-node@v3
352352
with:
353-
node-version: "16"
353+
node-version: "20"
354354
- uses: actions/setup-go@v3
355355
with:
356-
go-version: "1.18"
356+
go-version: "1.21"
357357
- uses: actions/cache@v3
358358
with:
359359
path: ui/node_modules

0 commit comments

Comments
 (0)