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 }}