diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2f9c02ffe..11cc5f269c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: submodules: true - uses: actions/setup-node@v2 with: - node-version: '12.18.0' + node-version: '14' - run: yarn - run: grunt release --skip-tests