From a46d59d4185b8a903576a2e6fb165ab89ec7b445 Mon Sep 17 00:00:00 2001 From: Felipe Forbeck Date: Fri, 13 Sep 2024 09:59:44 -0300 Subject: [PATCH] chore: version is optional if defined in pkg.json --- .github/workflows/w3up-client.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/w3up-client.yml b/.github/workflows/w3up-client.yml index f8f9e49fd..be8e554fc 100644 --- a/.github/workflows/w3up-client.yml +++ b/.github/workflows/w3up-client.yml @@ -31,8 +31,6 @@ jobs: uses: actions/checkout@v3 - name: Install uses: pnpm/action-setup@v4 - with: - version: 9.x.x - name: Setup uses: actions/setup-node@v3 with: