From 58d80a8df65a20852f8bfe62b6f077a26cfd907b Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 5 Sep 2020 11:48:37 +0200 Subject: [PATCH] chore: update CI node version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f3d186..59dffd5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Use Node Version 12 uses: actions/setup-node@v1 with: - node-version: 12 + node-version: '12.x' - name: Get yarn cache directory path id: yarn-cache-dir-path