From aa08af5d6a2a2b0161a28cf4047af50d686e1e9e Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 5 Sep 2020 09:49:07 +0200 Subject: [PATCH] chore: update ci --- .github/workflows/release.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f559d0..dea36d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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)"