Update .github/workflows/emoji-bot.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexa Amundson
2025-11-24 16:46:56 -06:00
committed by GitHub
parent 5cfa5fba43
commit 5c523af96e

View File

@@ -16,10 +16,6 @@ jobs:
with: with:
node-version: 18 node-version: 18
- name: 📦 Install Dependencies
run: npm install
working-directory: ./bot
- name: 🚦 Run Emoji Bot Handler - name: 🚦 Run Emoji Bot Handler
run: node index.js run: node index.js
working-directory: ./bot working-directory: ./bot