update github actions node version

This commit is contained in:
ClovertaTheTrilobita 2026-07-28 13:21:40 +08:00
parent 8f42e7fa7b
commit a4d28d7ad8

View file

@ -20,7 +20,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v7
with: with:
fetch-depth: 0 fetch-depth: 0
@ -58,12 +58,12 @@ jobs:
steps: steps:
- name: Checkout blog-content branch - name: Checkout blog-content branch
uses: actions/checkout@v5 uses: actions/checkout@v7
with: with:
ref: blog-content ref: blog-content
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v4 uses: actions/setup-node@v7
with: with:
node-version: 24 node-version: 24
cache: npm cache: npm
@ -120,12 +120,12 @@ jobs:
steps: steps:
- name: Checkout blog-content branch - name: Checkout blog-content branch
uses: actions/checkout@v4 uses: actions/checkout@v7
with: with:
ref: blog-content ref: blog-content
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v4 uses: actions/setup-node@v7
with: with:
node-version: 24 node-version: 24
cache: npm cache: npm