update node

This commit is contained in:
Anton Bracke 2022-02-18 10:27:55 +01:00
parent 6e4041560b
commit d64c7f9605
No known key found for this signature in database
GPG Key ID: B1222603899C6B25

View File

@ -178,7 +178,7 @@ jobs:
- name: "Setup NodeJS"
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '14.x'
- name: "Install dependencies"
run: yarn install --froze-lockfile