Skip to content

Commit 25bad0e

Browse files
committed
ci(release): fix not using setup-node in workflow
1 parent 86868c0 commit 25bad0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929
ref: ${{ github.event.workflow_run.head_branch }}
30+
- uses: actions/setup-node@v4
31+
with:
32+
node-version-file: .nvmrc
3033
- uses: actions/cache/restore@v3
3134
with:
3235
path: |

0 commit comments

Comments
 (0)