From c72f02cf61aae4622278c241cbad0ee097595e27 Mon Sep 17 00:00:00 2001 From: Brian Henry Date: Thu, 2 Feb 2023 19:23:11 -0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb0ddcf..02c61b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: - name: Read .nvmrc run: echo "NODE_VERSION=$(cat .nvmrc)" >> $GITHUB_OUTPUT; -# echo ::set-output name=NODE_VERSION::$(cat .nvmrc) # this is deprecated, hopefully the previous line works. + id: nvm - name: Use Node.js ${{ steps.nvm.outputs.NODE_VERSION }} uses: actions/setup-node@v2