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" - name: "Setup NodeJS"
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: '12.x' node-version: '14.x'
- name: "Install dependencies" - name: "Install dependencies"
run: yarn install --froze-lockfile run: yarn install --froze-lockfile