Skip to content

Commit 11565f2

Browse files
committed
[fix] Element Internals version (calebdwilliams/element-internals-polyfill#138) [optimize] update Upstream packages
1 parent df7c80e commit 11565f2

File tree

5 files changed

+286
-258
lines changed

5 files changed

+286
-258
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,14 @@ jobs:
3333
cname: polyfill.web-cell.dev
3434

3535
- name: Deploy for China mainland
36-
uses: bacongobbler/azure[email protected]
36+
uses: azure/CLI@v2
3737
with:
38-
source_dir: ./public
39-
container_name: $web
40-
connection_string: ${{ secrets.ConnectionString }}
41-
sync: 'true'
38+
azcliversion: 2.67.0
39+
inlineScript: |
40+
tdnf install -y azcopy;
41+
42+
az storage blob sync \
43+
--container '$web' \
44+
--source ./public \
45+
--connection-string "${{ secrets.ConnectionString }}" \
46+
--delete-destination true

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@
2929
"dom-renderer": "^2.6.1",
3030
"dotenv": "^16.4.7",
3131
"fs-extra": "^11.3.0",
32-
"happy-dom": "^17.0.0",
32+
"happy-dom": "^17.1.8",
3333
"koapache": "^2.2.2",
34-
"marked": "^15.0.6",
34+
"marked": "^15.0.7",
3535
"tslib": "^2.8.1",
3636
"undici": "^7.3.0"
3737
},
3838
"devDependencies": {
3939
"@types/fs-extra": "^11.0.4",
40-
"@types/node": "^22.13.1",
40+
"@types/node": "^22.13.5",
4141
"husky": "^9.1.7",
4242
"lint-staged": "^15.4.3",
43-
"prettier": "^3.4.2",
44-
"tsx": "^4.19.2",
43+
"prettier": "^3.5.2",
44+
"tsx": "^4.19.3",
4545
"typescript": "~5.7.3"
4646
},
4747
"resolutions": {

0 commit comments

Comments
 (0)