From 83bcd0990f708f0460517133e295cfd8b6c98e94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20L=C3=A5ngberg?= Date: Thu, 17 Dec 2020 14:39:29 +0100 Subject: [PATCH] fix: clean error --- .github/workflows/cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6340194f..43e8dac1 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -15,6 +15,8 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v1 + with: + node-version: "14.15.2" - id: yarn-cache-directory-path run: echo "::set-output name=dir::$(yarn cache dir)"