diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0cbe084c..93f3e241 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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