From 0138aea19e3233ba3fcac01c6c77fe6528b39757 Mon Sep 17 00:00:00 2001 From: James Donnelly <4444684+JDIZM@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:50:31 +0100 Subject: [PATCH] ci: rm version from ci --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe4de65..949beb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,6 @@ jobs: - uses: volta-cli/action@v4 - uses: pnpm/action-setup@v4 with: - version: 9.4.0 run_install: | - recursive: true args: [--frozen-lockfile, --strict-peer-dependencies]