This commit is contained in:
2025-08-26 18:25:51 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: 缓存项目 npm 包 - name: 缓存项目 npm 包
id: cache-node-modules id: cache-node-modules
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: node_modules path: node_modules
key: ${{ runner.os }}-nodeModules-${{ hashFiles('package-lock.json') }}-${{ hashFiles('package.json') }} key: ${{ runner.os }}-nodeModules-${{ hashFiles('package-lock.json') }}-${{ hashFiles('package.json') }}

View File

@@ -26,7 +26,7 @@
"hexo-renderer-pug": "^3.0.0", "hexo-renderer-pug": "^3.0.0",
"hexo-renderer-stylus": "^3.0.1", "hexo-renderer-stylus": "^3.0.1",
"hexo-util": "^3.3.0", "hexo-util": "^3.3.0",
"moment-timezone": "^0.5.48" "moment-timezone": "^0.6.0"
}, },
"homepage": "https://butterfly.js.org/", "homepage": "https://butterfly.js.org/",
"author": "Jerry <my@crazywong.com>", "author": "Jerry <my@crazywong.com>",