Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Feb 3, 2023
1 parent e782883 commit c72f02c
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 @@ -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
Expand Down

0 comments on commit c72f02c

Please sign in to comment.