Skip to content

Commit

Permalink
Fix: install error
Browse files Browse the repository at this point in the history
  • Loading branch information
eight04 committed Sep 23, 2024
1 parent 89afe2a commit e1f75d1
Show file tree
Hide file tree
Showing 3 changed files with 1,289 additions and 8,447 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ jobs:
with:
node-version: 21

- run: npm install
- run: npm test
- run: npm cit
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
node-version: 21

- run: npm install
- run: npm ci
- run: npm run build
- run: npm run changelog --silent > changelog.md

Expand Down
Loading

0 comments on commit e1f75d1

Please sign in to comment.