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