Skip to content

Commit c862689

Browse files
committed
Merge branch 'main' of github.com:ionic-team/ionic-framework into sp/datetime-set-working-parts
2 parents 3ba19fe + 975abc5 commit c862689

File tree

5,150 files changed

+54521
-12976
lines changed

Some content is hidden

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

5,150 files changed

+54521
-12976
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,20 @@ runs:
55
steps:
66
- uses: actions/setup-node@v4
77
with:
8-
node-version: 18.x
9-
8+
node-version: 22.x
9+
- uses: ./.github/workflows/actions/download-archive
10+
with:
11+
name: ionic-core
12+
path: ./core
13+
filename: CoreBuild.zip
1014
- name: Install Angular Server Dependencies
1115
run: npm ci
1216
shell: bash
1317
working-directory: ./packages/angular-server
18+
- name: Sync
19+
run: npm run sync
20+
shell: bash
21+
working-directory: ./packages/angular-server
1422
- name: Build
1523
run: npm run build.prod
1624
shell: bash

.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@v4
77
with:
8-
node-version: 18.x
8+
node-version: 22.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@v4
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 18.x
14+
node-version: 22.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@v4
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 18.x
14+
node-version: 22.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@v4
77
with:
8-
node-version: 18.x
8+
node-version: 22.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@v4
77
with:
8-
node-version: 18.x
8+
node-version: 22.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@v4
77
with:
8-
node-version: 18.x
8+
node-version: 22.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@v4
77
with:
8-
node-version: 18.x
8+
node-version: 22.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@v4
2323
with:
24-
node-version: 18.x
24+
node-version: 22.x
2525
# Provenance requires npm 9.5.0+
2626
- name: Install latest npm
2727
run: npm install -g npm@latest

.github/workflows/actions/test-core-clean-build/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@v4
77
with:
8-
node-version: 18.x
8+
node-version: 22.x
99

1010
- uses: ./.github/workflows/actions/download-archive
1111
with:

0 commit comments

Comments
 (0)