Skip to content

Commit

Permalink
CI/CD를 테스트합니다.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSK0406 authored Aug 13, 2024
1 parent a231cbf commit 8330da0
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

- name: Clear npm cache
working-directory: ./strawberry
run: |
npm cache clean --force
- name: Clear npm cache
working-directory: ./strawberry
run: |
npm cache clean --force
rm -rf node_modules package-lock.json


- name: Install dependencies
working-directory: ./strawberry
Expand Down

0 comments on commit 8330da0

Please sign in to comment.