Skip to content

Commit

Permalink
Disable yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Oct 3, 2024
1 parent 50c386d commit 37134c7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ jobs:
node-version: [20.x]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Build
Expand Down Expand Up @@ -59,11 +58,10 @@ jobs:
if: github.event_name == 'push' && github.repository == 'captbaritone/webamp'
needs: [build-and-test]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
registry-url: https://registry.npmjs.org/
cache: "yarn"
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build latest (master) version
Expand Down

0 comments on commit 37134c7

Please sign in to comment.