We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4127201 commit 25cd628Copy full SHA for 25cd628
2 files changed
.github/workflows/deploy.yml
@@ -26,10 +26,9 @@ jobs:
26
ref: master
27
28
- name: Setup Node.js
29
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v3
30
with:
31
- node-version: '16'
32
-
+ node-version: '22.20.0'
33
34
- name: Setup Hexo
35
env:
package.json
@@ -9,7 +9,7 @@
9
"server": "hexo server"
10
},
11
"hexo": {
12
- "version": "7.3.0"
+ "version": "8.0.0"
13
14
"dependencies": {
15
"aplayer": "^1.10.1",
@@ -32,4 +32,4 @@
"hexo-theme-landscape": "^1.0.0",
"hexo-wordcount": "^6.0.1"
}
-}
+}
0 commit comments