use node 15 for tests

This commit is contained in:
Sudhanshu Gautam 2021-01-12 23:44:40 +05:30
parent 3f8de60160
commit 330a2407a8

View file

@ -14,6 +14,11 @@ jobs:
with:
persist-credentials: false
- name: Use node 15
uses: actions/setup-node@v2
with:
node-version: '15'
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"