Skip to content

Commit

Permalink
Merge pull request #227 from acrosman/feature/node22
Browse files Browse the repository at this point in the history
Note and Electron Updates
  • Loading branch information
acrosman authored Oct 4, 2024
2 parents 004088c + b60fbfb commit 2cd64ca
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@master
with:
node-version: 18
node-version: 20
- name: install dependencies
run: npm install
- name: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/electronegativity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: "18"
node-version: "20"

- uses: doyensec/[email protected]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v4
Expand Down
26 changes: 10 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@typescript-eslint/eslint-plugin": "^5.14.0",
"babel-plugin-rewire": "^1.2.0",
"debug-menu": "^0.6.1",
"electron": "^28",
"electron": "^32",
"electron-debug": "^2.2.0",
"electron-reloader": "^1.1.0",
"eslint": "^8.11.0",
Expand Down

0 comments on commit 2cd64ca

Please sign in to comment.