Merge branch 'master' of https://github.com/bishshi/myblogsource
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 检查分支
|
- name: 检查分支
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
ref: master
|
ref: master
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
@@ -34,9 +34,9 @@ jobs:
|
|||||||
${{ runner.os }}-nodeModules-
|
${{ runner.os }}-nodeModules-
|
||||||
|
|
||||||
- name: 安装 Node
|
- name: 安装 Node
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: "20.x"
|
node-version: "22.x"
|
||||||
|
|
||||||
- name: 安装 Hexo
|
- name: 安装 Hexo
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
6
package-lock.json
generated
6
package-lock.json
generated
@@ -353,9 +353,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@sveltia/cms": {
|
"node_modules/@sveltia/cms": {
|
||||||
"version": "0.100.1",
|
"version": "0.100.2",
|
||||||
"resolved": "https://registry.npmmirror.com/@sveltia/cms/-/cms-0.100.1.tgz",
|
"resolved": "https://registry.npmjs.org/@sveltia/cms/-/cms-0.100.2.tgz",
|
||||||
"integrity": "sha512-9XMAktc7wGyYvaALUGbDjZvWMwZCb1vidvDZSh/8R9Qw/8hDV/O1NujqcPXKgQaOelahIg6FidNqYvY0GFIH4A==",
|
"integrity": "sha512-PkoX91JrVfV5+ZAly0jNXVJxlQ26+z6pLvyE/O1ykxfMDfbkE7o2a/m+aIXpfC9q3vZlK6YKurfZXcEu+RgOmA==",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/@types/trusted-types": {
|
"node_modules/@types/trusted-types": {
|
||||||
|
|||||||
Reference in New Issue
Block a user