Skip to content

Commit 77b1239

Browse files
authored
Merge pull request #3493 from VisActor/release/1.12.14
[Auto release] release 1.12.14
2 parents c864e4f + 369165c commit 77b1239

File tree

192 files changed

+37749
-2138
lines changed

Some content is hidden

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

192 files changed

+37749
-2138
lines changed

.github/workflows/bug-server.yml

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: macos-12
12+
runs-on: macos-13
1313

1414
strategy:
1515
matrix:
@@ -32,15 +32,31 @@ jobs:
3232
run: node common/scripts/install-run-rush.js install --bypass-policy
3333

3434
- name: Build vutils-extension
35-
run: node common/scripts/install-run-rush.js build --only @visactor/vutils-extension
35+
working-directory: ./packages/vutils-extension
36+
env:
37+
NODE_OPTIONS: '--max_old_space_size=4096'
38+
run: node ../../common/scripts/install-run-rushx.js build:es
39+
40+
- name: Build vchart
41+
working-directory: ./packages/vchart
42+
env:
43+
NODE_OPTIONS: '--max_old_space_size=4096'
44+
run: node ../../common/scripts/install-run-rushx.js build:es
3645

37-
- name: Build VChart
46+
- name: Build vchart-extension
47+
working-directory: ./packages/vchart-extension
3848
env:
3949
NODE_OPTIONS: '--max_old_space_size=4096'
40-
run: node common/scripts/install-run-rush.js run -p @visactor/vchart -s build:ci
50+
run: node ../../common/scripts/install-run-rushx.js build:es
51+
52+
- name: Build bugserver-trigger
53+
working-directory: ./tools/bugserver-trigger
54+
env:
55+
NODE_OPTIONS: '--max_old_space_size=4096'
56+
run: node ../../common/scripts/install-run-rushx.js build
4157

4258
- name: Run CI
43-
working-directory: ./packages/vchart
59+
working-directory: ./tools/bugserver-trigger
4460
env:
4561
BUG_SERVER_TOKEN: ${{ secrets.BUG_SERVER_TOKEN }}
4662
run: node ../../common/scripts/install-run-rushx.js ci

.github/workflows/hotfix-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: macos-12
10+
runs-on: macos-13
1111
permissions:
1212
contents: write
1313
pull-requests: write

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: macos-12
13+
runs-on: macos-13
1414

1515
permissions:
1616
contents: write

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: macos-12
10+
runs-on: macos-13
1111
permissions:
1212
contents: write
1313
pull-requests: write

.github/workflows/release-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
update-changelog-after-publish-a-release:
99
name: GitHub Actions Test
10-
runs-on: macos-12
10+
runs-on: macos-13
1111

1212
strategy:
1313
matrix:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: macos-12
10+
runs-on: macos-13
1111
permissions:
1212
contents: write
1313
pull-requests: write

.github/workflows/size-limit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
size:
9-
runs-on: macos-12
9+
runs-on: macos-13
1010
strategy:
1111
matrix:
1212
node-version: [18.x]

.github/workflows/sync-main-to-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if_merged:
1212
if: github.event.pull_request.merged == true
1313

14-
runs-on: macos-12
14+
runs-on: macos-13
1515

1616
permissions:
1717
contents: write

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
build:
14-
runs-on: macos-12
14+
runs-on: macos-13
1515

1616
strategy:
1717
matrix:

0 commit comments

Comments
 (0)