Skip to content

Commit

Permalink
fix(ci): replace npm ci with npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
jlobos committed Nov 14, 2024
1 parent 13684ca commit c60eda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "20.x"
- run: npm ci
- run: npm install
- run: npm test

0 comments on commit c60eda5

Please sign in to comment.