Skip to content

Commit

Permalink
Use "npm ci"
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBrokenRail committed Oct 19, 2023
1 parent 709a6f3 commit 9ff94e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: 18
- name: Install Dependencies
run: npm install
run: npm ci
- name: Process Issue
run: npm start
env:
Expand Down

0 comments on commit 9ff94e5

Please sign in to comment.