aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-08-19 10:33:36 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-08-19 10:33:36 +0200
commitfaa8b56e2ae430b0ab4fd71610155e5316b06149 (patch)
treedf1ba80b55d3d42327c4adbf46d18af22397dbfc /.github
parent80d96b4f824efef1ca10db74e6ba74eee13e36c7 (diff)
downloadfosdem-2021-minimalism-presentation-faa8b56e2ae430b0ab4fd71610155e5316b06149.tar
fosdem-2021-minimalism-presentation-faa8b56e2ae430b0ab4fd71610155e5316b06149.tar.gz
dependency upgrades
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 882a093..db5330d 100644
--- a/.github/workflows/js.yml
+++ b/.github/workflows/js.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
- node-version: [10.x, 13.x]
+ node-version: [10.x, 14.x]
steps:
- uses: actions/checkout@v2