Skip to content

Commit 3c58a9a

Browse files
committed
ci: release comment part 3
1 parent d6d5bf8 commit 3c58a9a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release-comments.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ jobs:
1111
with:
1212
token: ${{ secrets.ACCESS_TOKEN }}
1313

14+
- name: Setup Node.js environment
15+
uses: actions/[email protected]
16+
with:
17+
node-version-file: '.nvmrc'
18+
cache: 'yarn'
19+
20+
- name: Install Dependencies
21+
run: yarn install --immutable
22+
1423
### Semantic Release Bot comments for issues and PRs ###
1524
- name: Add release comments to issues and PRs
1625
uses: actions/github-script@v6

0 commit comments

Comments
 (0)