mirror of
https://github.com/sct/overseerr.git
synced 2025-12-27 00:34:56 +01:00
test(cypress): added cypress cache and syntax fix (#1923)
* added cypress cache and syntax fix * removal of pnpm version logic
This commit is contained in:
5
.github/workflows/docs-deploy.yml
vendored
5
.github/workflows/docs-deploy.yml
vendored
@@ -31,11 +31,6 @@ jobs:
|
||||
node-version-file: package.json
|
||||
cache: 'pnpm'
|
||||
|
||||
- name: Get PNPM version from package.json
|
||||
id: pnpm-version
|
||||
shell: bash
|
||||
run: echo "pnpm_version=$(node -p 'require(`./package.json`).packageManager.split(\"@\")[1]')" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Pnpm Setup
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user