Skip to content

Commit 9c06e98

Browse files
authored
Run CI hourly to detect dependency changes (#200)
1 parent 70916b0 commit 9c06e98

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- main
77
pull_request:
8+
schedule:
9+
- cron: 0 * * * *
810

911
permissions:
1012
contents: read
@@ -19,8 +21,8 @@ jobs:
1921

2022
- uses: actions/setup-node@v4
2123
with:
22-
node-version-file: '.nvmrc'
23-
cache: 'yarn'
24+
node-version-file: .nvmrc
25+
cache: yarn
2426

2527
- run: yarn install
2628

@@ -40,8 +42,8 @@ jobs:
4042

4143
- uses: actions/setup-node@v4
4244
with:
43-
node-version-file: '.nvmrc'
44-
cache: 'yarn'
45+
node-version-file: .nvmrc
46+
cache: yarn
4547

4648
- run: yarn install
4749

@@ -60,8 +62,8 @@ jobs:
6062

6163
- uses: actions/setup-node@v4
6264
with:
63-
node-version-file: '.nvmrc'
64-
cache: 'yarn'
65+
node-version-file: .nvmrc
66+
cache: yarn
6567

6668
- run: yarn install
6769

0 commit comments

Comments
 (0)