Skip to content

Commit 59766da

Browse files
Fix failing tests
* create-react-app now requires node > 14.0.0 * also run build every day
1 parent 0ffb5b9 commit 59766da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ master ]
66
pull_request:
77
branches: [ master ]
8+
schedule:
9+
- cron: '0 0 */1 * *'
810

911
jobs:
1012
build:
@@ -17,7 +19,7 @@ jobs:
1719
strategy:
1820
matrix:
1921
os: [ubuntu-latest, macOS-latest]
20-
node-version: [10.x, 12.x]
22+
node-version: [14.x, 16.x]
2123

2224
steps:
2325
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)