Skip to content

Commit

Permalink
fix: npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
BroadFun\dong.han committed Feb 22, 2024
1 parent 1dadc31 commit 7d11d03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ jobs:
with:
node-version: '14'

- name: Install Dependencies
run: npm install

- name: Run JavaScript Script
run: node vote.js

0 comments on commit 7d11d03

Please sign in to comment.