aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-04-29 11:56:36 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-04-29 11:56:36 +0200
commit163db29d43e17e0c9fcd27a2da4a85696206c714 (patch)
tree17633a8cead4336219ef8eb49652f8650ba00cac /.github/workflows
parentf2fbc59bcc8e1fae2ba727c8831b7d062f5822f3 (diff)
downloadfosdem-2021-minimalism-presentation-163db29d43e17e0c9fcd27a2da4a85696206c714.tar
fosdem-2021-minimalism-presentation-163db29d43e17e0c9fcd27a2da4a85696206c714.tar.gz
update minimum node version
Diffstat (limited to '.github/workflows')
-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 005a44e..882a093 100644
--- a/.github/workflows/js.yml
+++ b/.github/workflows/js.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
- node-version: [9.x, 13.x]
+ node-version: [10.x, 13.x]
steps:
- uses: actions/checkout@v2