From c3677b1e55792099c9add97e4b7ce8a06bc6ab40 Mon Sep 17 00:00:00 2001 From: Laurin Quast Date: Wed, 28 Jul 2021 07:13:53 +0200 Subject: [PATCH] chore: use node version 14 which uses npm 6 which avoids running into https://github.com/atlassian/changesets/issues/397 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8a0f457..8223338 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,10 +16,10 @@ jobs: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 - - name: Setup Node.js 16.x + - name: Setup Node.js 14.x uses: actions/setup-node@master with: - node-version: 16.x + node-version: 14.x - name: Install Dependencies run: yarn