Skip to content

Commit

Permalink
Merge pull request #1 from DoginUwU/fix/ci-bug
Browse files Browse the repository at this point in the history
🐛 fix: added package-lock and put npm ci
  • Loading branch information
DoginUwU authored Jun 21, 2022
2 parents 3a0cc04 + d0ffd1f commit aa290eb
Show file tree
Hide file tree
Showing 3 changed files with 46,441 additions and 9,950 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
npm install --global node-gyp@latest
npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"}
- name: Install dependencies
run: npm install
run: npm ci
- name: Build
run: npm run make --platform win32
- name: Generate Changelog
Expand Down
Loading

0 comments on commit aa290eb

Please sign in to comment.