Merge pull request #33 from ClovertaTheTrilobita/dev
Some checks failed
Sync and Deploy Astro Blog / sync-blog-content (push) Has been cancelled
Sync and Deploy Astro Blog / manual-deploy (push) Has been cancelled
Sync and Deploy Astro Blog / build-and-deploy (push) Has been cancelled

update github actions node version
This commit is contained in:
孙振飞 2026-07-28 13:22:55 +08:00 committed by GitHub
commit 8f65b9dbd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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