Skip to content

Commit

Permalink
change npm i --ci to npm ci to help ensure reproducible builds (#353
Browse files Browse the repository at this point in the history
)
  • Loading branch information
nickvisut authored Aug 2, 2024
1 parent 1d260b8 commit 9aee8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
node-version: 18
cache: "npm"
- name: Install dependencies & generate css types
run: npm i --ci
run: npm ci
- name: Check types
run: npm run type:check

Expand Down

0 comments on commit 9aee8da

Please sign in to comment.