Skip to content

Commit

Permalink
chore: comment out cache
Browse files Browse the repository at this point in the history
  • Loading branch information
danielo515 committed Dec 10, 2023
1 parent af85b6e commit 34f2886
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
cache: "npm"
# - name: Use Node.js
# uses: actions/setup-node@v3
# with:
# cache: "npm"

- run: npm ci
- name: Build and Test
Expand Down

0 comments on commit 34f2886

Please sign in to comment.