From 6ea79400a38ed40466054e34e17a450e490ee259 Mon Sep 17 00:00:00 2001 From: Kayo Souza Date: Tue, 17 Sep 2024 21:13:27 -0300 Subject: [PATCH] Disable PNPM recursive installation --- .env.example | 4 ++++ .github/workflows/nodejs.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 8db0874..5f7483d 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,8 @@ # These informations are stored in the browser cookies + +# csrftoken TOKEN= +# ds_user_id USER_ID= +# sessionid SESSION_ID= diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 5c92608..d4f26e0 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -27,7 +27,7 @@ jobs: with: version: 9 run_install: | - - recursive: true + - recursive: false args: [--frozen-lockfile] - name: Install Node.js ${{ matrix.node-version }}