mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-04-02 01:54:50 +00:00
update node version
This commit is contained in:
parent
b9969051d9
commit
7d9fc6ad61
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-blog.yml
vendored
2
.github/workflows/deploy-blog.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 24
|
||||||
cache: npm
|
cache: npm
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue