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
|
||||
steps:
|
||||
- name: 检查分支
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
ref: master
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
@@ -34,9 +34,9 @@ jobs:
|
||||
${{ runner.os }}-nodeModules-
|
||||
|
||||
- name: 安装 Node
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "20.x"
|
||||
node-version: "22.x"
|
||||
|
||||
- name: 安装 Hexo
|
||||
run: |
|
||||
|
||||
6
package-lock.json
generated
6
package-lock.json
generated
@@ -353,9 +353,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@sveltia/cms": {
|
||||
"version": "0.100.1",
|
||||
"resolved": "https://registry.npmmirror.com/@sveltia/cms/-/cms-0.100.1.tgz",
|
||||
"integrity": "sha512-9XMAktc7wGyYvaALUGbDjZvWMwZCb1vidvDZSh/8R9Qw/8hDV/O1NujqcPXKgQaOelahIg6FidNqYvY0GFIH4A==",
|
||||
"version": "0.100.2",
|
||||
"resolved": "https://registry.npmjs.org/@sveltia/cms/-/cms-0.100.2.tgz",
|
||||
"integrity": "sha512-PkoX91JrVfV5+ZAly0jNXVJxlQ26+z6pLvyE/O1ykxfMDfbkE7o2a/m+aIXpfC9q3vZlK6YKurfZXcEu+RgOmA==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/trusted-types": {
|
||||
|
||||
Reference in New Issue
Block a user