Skip to content

Commit

Permalink
use npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nyan-left committed Jan 12, 2024
1 parent f07a539 commit 8e83eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
- run: npm install
- run: npm ci
- run: npm run build --if-present
env:
CI: true
Expand Down

0 comments on commit 8e83eb0

Please sign in to comment.