Skip to content

Commit b694e24

Browse files
Merge branch 'feature-8.8' into feat-30735
2 parents 8bdb27a + 0b2e766 commit b694e24

File tree

66 files changed

+772
-139
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+772
-139
lines changed

.github/workflows/actions/build-angular-server/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
steps:
66
- uses: actions/setup-node@v6
77
with:
8-
node-version: 22.x
8+
node-version: 24.x
99
- uses: ./.github/workflows/actions/download-archive
1010
with:
1111
name: ionic-core

.github/workflows/actions/build-angular/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
steps:
66
- uses: actions/setup-node@v6
77
with:
8-
node-version: 22.x
8+
node-version: 24.x
99
- uses: ./.github/workflows/actions/download-archive
1010
with:
1111
name: ionic-core

.github/workflows/actions/build-core-stencil-prerelease/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
- uses: actions/checkout@v5
1212
- uses: actions/setup-node@v6
1313
with:
14-
node-version: 22.x
14+
node-version: 24.x
1515

1616
- name: Install Dependencies
1717
run: npm ci

.github/workflows/actions/build-core/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
- uses: actions/checkout@v5
1212
- uses: actions/setup-node@v6
1313
with:
14-
node-version: 22.x
14+
node-version: 24.x
1515
- name: Install Dependencies
1616
run: npm install
1717
working-directory: ./core

.github/workflows/actions/build-react-router/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
steps:
66
- uses: actions/setup-node@v6
77
with:
8-
node-version: 22.x
8+
node-version: 24.x
99
- uses: ./.github/workflows/actions/download-archive
1010
with:
1111
name: ionic-core

.github/workflows/actions/build-react/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
steps:
66
- uses: actions/setup-node@v6
77
with:
8-
node-version: 22.x
8+
node-version: 24.x
99
- uses: ./.github/workflows/actions/download-archive
1010
with:
1111
name: ionic-core

.github/workflows/actions/build-vue-router/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
steps:
66
- uses: actions/setup-node@v6
77
with:
8-
node-version: 22.x
8+
node-version: 24.x
99
- uses: ./.github/workflows/actions/download-archive
1010
with:
1111
name: ionic-core

.github/workflows/actions/build-vue/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
steps:
66
- uses: actions/setup-node@v6
77
with:
8-
node-version: 22.x
8+
node-version: 24.x
99
- uses: ./.github/workflows/actions/download-archive
1010
with:
1111
name: ionic-core

.github/workflows/actions/publish-npm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
steps:
2222
- uses: actions/setup-node@v6
2323
with:
24-
node-version: 22.x
24+
node-version: 24.x
2525
# Provenance requires npm 9.5.0+
2626
- name: Install latest npm
2727
run: npm install -g npm@latest

.github/workflows/actions/test-angular-e2e/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
steps:
99
- uses: actions/setup-node@v6
1010
with:
11-
node-version: 22.x
11+
node-version: 24.x
1212
- uses: ./.github/workflows/actions/download-archive
1313
with:
1414
name: ionic-core

0 commit comments

Comments
 (0)