From d0fed20d284ed8fdec7dfbb6514698b5674b9073 Mon Sep 17 00:00:00 2001 From: "mr. M" Date: Tue, 31 Dec 2024 18:56:01 +0100 Subject: [PATCH] Update Surfer installation to use the latest version --- .github/workflows/windows-profile-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-profile-build.yml b/.github/workflows/windows-profile-build.yml index 810b2772f..5c5e9b574 100644 --- a/.github/workflows/windows-profile-build.yml +++ b/.github/workflows/windows-profile-build.yml @@ -45,7 +45,7 @@ jobs: run: npm install -g pnpm - name: Install Surfer - run: npm i -g @zen-browser/surfer@1.7.0 + run: npm i -g @zen-browser/surfer - name: Download artifact if: ${{ matrix.arch == 'x86_64' }}