Skip to content

Commit

Permalink
Merge pull request #34 from rzvxa/development
Browse files Browse the repository at this point in the history
Updated electron version
  • Loading branch information
rzvxa authored Oct 4, 2023
2 parents e21a470 + 2bcce9e commit 4112f00
Show file tree
Hide file tree
Showing 5 changed files with 134 additions and 173 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.

# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality


# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Install and build
run: |
npm install
npm ci
npm run postinstall
npm run build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
node-version: 18
cache: npm

- name: npm install
- name: npm ci
run: |
npm install
npm ci
- name: npm test
env:
Expand Down
Loading

0 comments on commit 4112f00

Please sign in to comment.