Bump to Node 14

This commit is contained in:
Laurențiu Nicola 2021-12-01 13:09:43 +02:00
parent 5b7ffad924
commit b91003222b

View File

@ -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'