Skip to content

Commit 6beabe8

Browse files
committed
chore(release-comments): use node v16 for action
1 parent f15764b commit 6beabe8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-comments.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node.js environment
1515
uses: actions/[email protected]
1616
with:
17-
node-version-file: '.nvmrc'
17+
node-version: 16
1818
cache: 'yarn'
1919

2020
- name: Install Dependencies
@@ -30,4 +30,3 @@ jobs:
3030
const { default: addIssueComments } = await import('${{ github.workspace }}/.github/createIssueCommentsForRelease.mjs');
3131
3232
await addIssueComments({ github: github.rest, context })
33-

0 commit comments

Comments
 (0)