Skip to content

Commit

Permalink
ci: CI 上で npm install が失敗するため cache の設定を削除してみる
Browse files Browse the repository at this point in the history
  • Loading branch information
kasaharu committed Mar 24, 2024
1 parent 10c0eea commit 3694ad6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: npm
- run: npm ci
- run: npm run format:check
- run: npm run lint
Expand Down

0 comments on commit 3694ad6

Please sign in to comment.