Skip to content

Commit

Permalink
Fixin GitHub build.
Browse files Browse the repository at this point in the history
  • Loading branch information
hvmonteiro committed Apr 5, 2024
1 parent 2e4b532 commit 1914466
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm audit fix
- run: npm run build:clean
- run: npm run build:test
- run: npm run build --if-present
- run: npm install --loglevel=error
- run: npm audit fix --loglevel=error
- run: npm run build:clean --loglevel=error
- run: npm run build:test --loglevel=error
- run: npm run build --if-present --loglevel=error
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
"devDependencies": {
"electron": "^29.2.0"
}
}
}

0 comments on commit 1914466

Please sign in to comment.