Skip to content

Commit

Permalink
disable npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
xingsy97 committed Dec 18, 2024
1 parent a73f947 commit bf65ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/socketio_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf65ddd

Please sign in to comment.