use node version 16 for github actions with linter

This commit is contained in:
Alexander Meindl 2022-11-29 17:35:10 +01:00
parent 1b70a8862f
commit 0b6362ab18

View File

@ -47,7 +47,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
- run: yarn install