Skip to content

Commit

Permalink
Update node version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Jan 21, 2025
1 parent 1c97c76 commit 19854b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '21.x'
node-version: 'latest'
- run: yarn install
- name: Submit new post
run: node --no-warnings src/daily.js
Expand Down

0 comments on commit 19854b9

Please sign in to comment.