Skip to content

Commit

Permalink
ci(release): fix not using setup-node in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinfreund committed Oct 17, 2024
1 parent bbcecd0 commit 6be3b02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Release
run-name: 'Release (branch: ${{ github.event.workflow_run.head_branch }})'
run-name: "Release (branch: ${{ github.event.workflow_run.head_branch }})"

on:
workflow_run:
Expand Down Expand Up @@ -27,6 +27,9 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.workflow_run.head_branch }}
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- uses: actions/cache/restore@v3
with:
path: |
Expand Down

0 comments on commit 6be3b02

Please sign in to comment.