add caching and use node16

pull/861/head
Mikael Finstad 4 years ago
parent d3a52439d0
commit ad2d247998
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -31,7 +31,8 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
cache: 'yarn'
# Because of timeout issue https://github.com/yarnpkg/yarn/issues/4890
- run: yarn install --network-timeout 1000000

@ -11,7 +11,8 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
cache: 'yarn'
- run: yarn
- run: npm run lint

Loading…
Cancel
Save