Skip to content

Commit ac7a41f

Browse files
committed
misc: upgrade Angular 22.1.0 & Electron 43.3
1 parent ba5662b commit ac7a41f

9 files changed

Lines changed: 3136 additions & 5600 deletions

File tree

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
${{ runner.os }}-electron-
4949
5050
- name: Use Node.js ${{ matrix.node-version }}
51-
uses: actions/setup-node@v6
51+
uses: actions/setup-node@v7
5252
with:
5353
node-version: ${{ matrix.node-version }}
5454

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929

3030
- name: Setup Node 24
31-
uses: actions/setup-node@v6
31+
uses: actions/setup-node@v7
3232
with:
3333
node-version: '24'
3434

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
${{ runner.os }}-electron-
5050
5151
- name: Use Node.js ${{ matrix.node-version }}
52-
uses: actions/setup-node@v6
52+
uses: actions/setup-node@v7
5353
with:
5454
node-version: ${{ matrix.node-version }}
5555

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
${{ runner.os }}-electron-
5050
5151
- name: Use Node.js ${{ matrix.node-version }}
52-
uses: actions/setup-node@v6
52+
uses: actions/setup-node@v7
5353
with:
5454
node-version: ${{ matrix.node-version }}
5555

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414

1515
# Introduction
1616

17-
Bootstrap and package your project with Angular 22 and Electron 42 (Typescript + SASS + Hot Reload) for creating Desktop applications.
17+
Bootstrap and package your project with Angular 22 and Electron 43 (Typescript + SASS + Hot Reload) for creating Desktop applications.
1818

1919
Currently runs with:
2020

21-
- Angular v22.0.1
22-
- Electron v42.4.0
21+
- Angular v22.1.0
22+
- Electron v43.3.0
2323

2424
With this sample, you can:
2525

app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Maxime GRIS",
66
"email": "maxime.gris@gmail.com"
77
},
8-
"version": "17.1.0",
8+
"version": "22.1.0",
99
"main": "main.js",
1010
"private": true,
1111
"dependencies": {}

0 commit comments

Comments
 (0)