Unnamed repository; edit this file 'description' to name the repository.
Bump to Node 14
Laurențiu Nicola 2021-12-01
parent 5b7ffad · commit b910032
-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'