diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7145706..3bc8836 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: '12.x' + node-version: '14.x' - name: Get yarn cache directory path id: yarn-cache-dir-path