Skip to content

Commit 510ebea

Browse files
committed
处理*.开头的url
1 parent a879726 commit 510ebea

File tree

5 files changed

+889
-1040
lines changed

5 files changed

+889
-1040
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Use Node.js
2121
uses: actions/setup-node@v1
2222
with:
23-
node-version: '12.x'
23+
node-version: '14.x'
2424

2525
- name: Cache Node.js modules
2626
uses: actions/cache@v2

.github/workflows/packageRelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Use Node.js
1616
uses: actions/setup-node@v1
1717
with:
18-
node-version: '12.x'
18+
node-version: '14.x'
1919

2020
- name: Cache Node.js modules
2121
uses: actions/cache@v2

0 commit comments

Comments
 (0)