Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tm1000 committed Sep 5, 2023
1 parent 5b20877 commit 6bdef92
Show file tree
Hide file tree
Showing 7 changed files with 5,820 additions and 13,858 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20.3.1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: 'cron'
on:
workflow_dispatch:
schedule:
- cron: '0 0 1 * *'
- cron: '0 0 1 * *'

jobs:
cron:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20.3.1
- run: npm ci
- run: npm run test >> "${GITHUB_STEP_SUMMARY}"
- uses: ./
Expand Down
Loading

0 comments on commit 6bdef92

Please sign in to comment.