Skip to content

Commit 0b334cd

Browse files
testing script initial
Signed-off-by: krystal <56278409+theekrystallee@users.noreply.github.com>
1 parent 69e2858 commit 0b334cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/auto-release-notes.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
- name: Checkout docs repo
1515
uses: actions/checkout@v3
1616

17+
- name: set up node.js
18+
uses: actions/setup-node@v3
19+
with:
20+
node-version: "20" # specify the version of node.js you need
21+
1722
- name: Run update script
1823
env:
1924
CONSENSUS_TOKEN: ${{ secrets.CONSENSUS_TOKEN }}

0 commit comments

Comments
 (0)