From 330a2407a8e7e617a09c700b97379ecf2c038fb0 Mon Sep 17 00:00:00 2001 From: Sudhanshu Gautam Date: Tue, 12 Jan 2021 23:44:40 +0530 Subject: [PATCH] use node 15 for tests --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9750d7f..a80f994 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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)"