From ee4e576ac3d2320c22a022dd754adaed8008fc2f Mon Sep 17 00:00:00 2001 From: troyeguo <13820674+troyeguo@users.noreply.github.com> Date: Sun, 19 Feb 2023 17:17:15 +0800 Subject: [PATCH] fix bug Former-commit-id: 1ee0f3f09a633082538c36b807b94707c2118fb1 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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