fix auto-animate error and spec

This commit is contained in:
Hakim El Hattab
2020-04-29 11:39:45 +02:00
parent b84888214b
commit f2fbc59bcc
7 changed files with 46 additions and 36 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
node-version: [13.x]
node-version: [9.x, 13.x]
steps:
- uses: actions/checkout@v2