Skip to content

Commit ffed297

Browse files
committed
🐛 set up node action
1 parent 2205137 commit ffed297

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/actions/count-votes/action.yml renamed to actions/count-votes/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ runs:
4747
git config user.name "${{ inputs.bot-name }}"
4848
git config user.email "${{ inputs.bot-email }}"
4949
50+
- name: Use Node.js
51+
uses: actions/setup-node@v4
52+
with:
53+
node-version: '20'
54+
5055
- name: Download Compiled JS from Release
5156
shell: bash
5257
env:
File renamed without changes.

0 commit comments

Comments
 (0)