Skip to content

Commit

Permalink
Merge pull request #52 from CodeforcesContestHelper/dev
Browse files Browse the repository at this point in the history
Change version of nw-builder
  • Loading branch information
tiger2005 committed Aug 10, 2022
2 parents bbbd6e6 + efdad8c commit 05563e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Build
run: |
npm install -g nw-builder
npm install -g nw-builder@3.6.0
nwbuild -p win32,win64,osx64,linux32,linux64 .
- name: Pack
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Build
run: |
npm install -g nw-builder
npm install -g nw-builder@3.6.0
nwbuild -p win32,win64,osx64,linux32,linux64 .
- name: Pack
Expand Down

0 comments on commit 05563e7

Please sign in to comment.