Skip to content

Commit

Permalink
build: bust ci cache
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Nov 1, 2022
1 parent aaa6ef6 commit 4b35ffe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 #v.3.5.1
with:
node-version: 14.x
cache: yarn
- name: Run dependabolt
if: ${{ github.event_name == 'pull_request' && startsWith(github.event.pull_request.head.ref, 'dependabot/npm_and_yarn') && !contains(github.event.pull_request.head.ref, 'npm_and_yarn/packages') }}
uses: malept/github-action-dependabolt@v4.0.1
Expand All @@ -41,7 +40,6 @@ jobs:
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 #v.3.5.1
with:
node-version: 14.x
cache: yarn
- name: Install latest NPM on Windows
if: matrix.os == 'windows-latest'
# See https://github.com/actions/virtual-environments/issues/4856#issuecomment-1043256330
Expand Down Expand Up @@ -104,7 +102,6 @@ jobs:
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 #v.3.5.1
with:
node-version: 14.x
cache: yarn
- name: Install bolt
shell: bash
run: |
Expand Down

0 comments on commit 4b35ffe

Please sign in to comment.