Skip to content

Commit

Permalink
fix: release workflow CI build
Browse files Browse the repository at this point in the history
Signed-off-by: D4ryl00 <[email protected]>
  • Loading branch information
D4ryl00 committed May 17, 2024
1 parent 44b753d commit 51408fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
run: |
asdf plugin add nodejs
asdf install nodejs
asdf global nodejs 18.16.0
echo "node_version=$(asdf current nodejs | xargs | cut -d ' ' -f 2)" >> $GITHUB_ENV
asdf global nodejs env.node_version
- name: Cache go modules
uses: actions/cache@v4
Expand Down

0 comments on commit 51408fa

Please sign in to comment.