Skip to content

Commit

Permalink
dont mix and match installation steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed May 30, 2024
1 parent 375097f commit 7458d5a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
runs-on: ubuntu-latest
# Service containers to run with `build` (Required for end-to-end testing)
steps:
- uses: actions/setup-go@v5
with:
go-version: '^1.22.1' # The Go version to download (if necessary) and use.
- uses: actions/setup-node@v4
with:
node-version: 21
- name: Checkout
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 7458d5a

Please sign in to comment.