Skip to content

Commit

Permalink
test: bump nw to 0.82.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Nov 3, 2023
1 parent ddfcdec commit bd640eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/addon.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe("node native addon", async () => {
let nwOptions = {
srcDir: "test/fixture/gyp",
mode: "build",
version: "0.81.0",
version: "0.82.0",
flavor: "sdk",
platform: getPlatform(platform),
arch: getArch(arch),
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/mode.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe("test modes", async () => {
let nwOptions = {
srcDir: "test/fixture/app",
mode: "build",
version: "0.81.0",
version: "0.82.0",
flavor: "sdk",
platform: getPlatform(platform),
arch: getArch(arch),
Expand Down

0 comments on commit bd640eb

Please sign in to comment.