Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index e37608ebbf..192ef11be3 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -112,7 +112,7 @@ jobs:
- name: Install Nodejs
uses: actions/setup-node@v1
with:
- node-version: 12.x
+ node-version: 14.x
- name: Install xvfb
if: matrix.os == 'ubuntu-latest'