Skip to content

Commit 04ab3b9

Browse files
committed
Upgrade to Electron 39, Node.js 22.
1 parent fc4b6ea commit 04ab3b9

8 files changed

Lines changed: 1450 additions & 1274 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515

1616
steps:
1717
- name: Check out Git repository
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v6
1919

2020
- name: Set up Node
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v6
2222
with:
23-
node-version: 20
23+
node-version: 22
2424

2525
- name: Set up Python
26-
uses: actions/setup-python@v4
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: 3.x
2929

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2024 Daniel D. Scalzi
3+
Copyright (c) 2017-2026 Daniel D. Scalzi
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ This section details the setup of a basic developmentment environment.
8484

8585
**System Requirements**
8686

87-
* [Node.js][nodejs] v20
87+
* [Node.js][nodejs] v22
8888

8989
---
9090

electron-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ appId: 'helioslauncher'
22
productName: 'Helios Launcher'
33
artifactName: '${productName}-setup-${version}.${ext}'
44

5-
copyright: 'Copyright © 2018-2024 Daniel Scalzi'
5+
copyright: 'Copyright © 2018-2026 Daniel Scalzi'
66

77
asar: true
88
compression: 'maximum'

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineConfig(
1111
{
1212
languageOptions: {
1313
globals: globals.node,
14-
ecmaVersion: 2022
14+
ecmaVersion: 2024
1515
}
1616
},
1717
{

0 commit comments

Comments
 (0)