Skip to content

Commit c7c1f23

Browse files
committed
Update README.md to reflect changes in posting frequency and Node.js version
1 parent 9f61fa1 commit c7c1f23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🦋🤖 Quotidian Quotables Bsky Bot
22

3-
Inspiring quotes every 4 hours posted on [https://bsky.app/profile/quotidianquotables.bsky.social](https://bsky.app/profile/quotidianquotables.bsky.social)
3+
Inspiring quotes every 6 hours posted on [https://bsky.app/profile/quotidianquotables.bsky.social](https://bsky.app/profile/quotidianquotables.bsky.social)
44

55
## Javascript
66

@@ -40,9 +40,9 @@ Cron Job configured with Github Actions
4040
name: Create Post
4141

4242
on:
43-
# Triggers the workflow every 4 hours
43+
# Triggers the workflow every 6 hours
4444
schedule:
45-
- cron: "0 */4 * * *"
45+
- cron: "0 */6 * * *"
4646
workflow_dispatch:
4747

4848
jobs:
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set up Node.js
5757
uses: actions/setup-node@v4
5858
with:
59-
node-version: "20"
59+
node-version: "24"
6060

6161
- name: Install dependencies
6262
run: npm install

0 commit comments

Comments
 (0)