Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
palashmon committed Jul 7, 2024
2 parents 0286aaa + 4242a43 commit de2839e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: GitHub Release

on:
schedule:
- cron: '30 2 * * 5' # Weekly
- cron: '30 2 1 * *' # Monthly
workflow_dispatch: # manual trigger

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"sideEffects": false,
"engines": {
"node": ">=18.20.2"
"node": ">=18.20.3"
},
"scripts": {
"test": "xo && ava",
Expand Down Expand Up @@ -47,7 +47,7 @@
"utility"
],
"devDependencies": {
"ava": "6.1.2",
"ava": "6.1.3",
"xo": "0.58.0"
}
}

0 comments on commit de2839e

Please # to comment.