Skip to content

Commit

Permalink
fix: パッケージのバージョンチェックは必要ないので消しました
Browse files Browse the repository at this point in the history
  • Loading branch information
kei01234kei committed Nov 23, 2023
1 parent c7f4614 commit 827a0f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Check package version
run: ./scripts/check_package_version.sh
- name: Install dependencies
run: npm ci
- name: Run npm run fix
Expand Down

0 comments on commit 827a0f2

Please sign in to comment.