Skip to content

Commit 0c409af

Browse files
committed
Merge branch 'main' of https://github.com/zhangjun/test
2 parents 41ad86b + 8a20e4e commit 0c409af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml renamed to .github/workflows/deploy_pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
- name: Setup Pages
3939
id: pages
4040
uses: actions/configure-pages@v5
41-
- name: Use Node.js 22.x
41+
- name: Use Node.js 24.x
4242
uses: actions/setup-node@v5
4343
with:
44-
node-version: "22"
44+
node-version: "24"
4545
- name: Install Dependencies
4646
run: npm install
4747
- name: Build with Hexo

0 commit comments

Comments
 (0)