diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 182023e7..af343983 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v1 with: - node-version: 14 + node-version: 12 - name: Install Snapcraft uses: samuelmeuli/action-snapcraft@v1.2.0