chore: update ci

This commit is contained in:
Mattia Astorino 2020-09-05 09:49:07 +02:00
parent 125edd9de5
commit aa08af5d6a
No known key found for this signature in database
GPG key ID: CDFA82D8B1132C65

View file

@ -19,6 +19,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node Version 12
uses: actions/setup-node@v1
with:
node-version: 12
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
@ -51,6 +56,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node Version 12
uses: actions/setup-node@v1
with:
node-version: 12
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"