aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-04-29 11:39:45 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-04-29 11:39:45 +0200
commitf2fbc59bcc8e1fae2ba727c8831b7d062f5822f3 (patch)
tree60bb2dd37a5f85584321ea2f40c1ca1e5544e60c /.github
parentb84888214b0ad46fb93051779b9efe06275640fe (diff)
downloadfosdem-2021-minimalism-presentation-f2fbc59bcc8e1fae2ba727c8831b7d062f5822f3.tar
fosdem-2021-minimalism-presentation-f2fbc59bcc8e1fae2ba727c8831b7d062f5822f3.tar.gz
fix auto-animate error and spec
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/js.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml
index 4131839..005a44e 100644
--- a/.github/workflows/js.yml
+++ b/.github/workflows/js.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
- node-version: [13.x]
+ node-version: [9.x, 13.x]
steps:
- uses: actions/checkout@v2