diff --git a/.github/workflows/socketio_e2e.yml b/.github/workflows/socketio_e2e.yml index d79bfd40..0d90a4d4 100644 --- a/.github/workflows/socketio_e2e.yml +++ b/.github/workflows/socketio_e2e.yml @@ -29,7 +29,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ env.NODE_VERSION }} - cache: 'npm' + # cache: 'npm' - name: Install dependencies run: npm install -g yarn - name: Install SocketIO SDK