diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a9073548..d1b9c831 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -85,12 +85,12 @@ jobs: VERSION=$(echo ${GITHUB_REF_NAME#v} | cut -d '-' -f1) echo Version: $VERSION echo "VERSION=$VERSION" >> ${GITHUB_ENV} - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: - node-version: "22" + node-version: "24" - uses: pnpm/action-setup@v4 with: - version: 10 + version: 10.17 run_install: false - name: Get pnpm store directory shell: bash diff --git a/README.md b/README.md index 3d94ae36..64c52278 100644 --- a/README.md +++ b/README.md @@ -72,12 +72,6 @@ Built packages are available after in `src-tauri/target/release/bundle`. Remove `default-run` line from `[package]` section in `Cargo.toml` to build the project. -# Built and sponsored by - -

- build by teonite -

- # Legal WireGuard® is [registered trademarks](https://www.wireguard.com/trademark-policy/) of Jason A. Donenfeld.