diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2aa4dcef..ba1ca130 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: uses: actions/setup-node@v1 with: # alias support: https://github.com/actions/setup-node/issues/26 - node-version: '12' + node-version: '14' - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)"