Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
rboixaderg committed Feb 15, 2024
1 parent f589c3b commit 28a5254
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@master
with:
node-version: 20
Expand All @@ -27,13 +27,13 @@ jobs:
run: npm install
working-directory: server

- name: lint/format
- name: lint/format electron-app
env:
CI: false
run: npm run ci:format
working-directory: electron-app

- name: lint/format
- name: lint/format server
env:
CI: false
run: npm run ci:format
Expand Down
2 changes: 1 addition & 1 deletion electron-app/forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
config: {
// An URL to an ICO file to use as the application icon (displayed in Control Panel > Programs and Features).
iconUrl: 'https://storage.googleapis.com/iskra/logo.ico',
setupExe: `Nuclia-Sync-Setup.exe`,
setupExe: 'Nuclia-Sync-Setup.exe',
},
},
{
Expand Down

0 comments on commit 28a5254

Please sign in to comment.