From af571c6e939724933b2df16f396155d7767bb3bf Mon Sep 17 00:00:00 2001 From: troyeguo <13820674+troyeguo@users.noreply.github.com> Date: Sun, 27 Aug 2023 12:00:51 +0800 Subject: [PATCH] fix bug Former-commit-id: fc7c6f4c254044d6178b5269f4ff03b5b52deb30 --- .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 ce670867..8de94387 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: 18 - name: Install Snapcraft uses: samuelmeuli/action-snapcraft@v1.2.0