Skip to content

Commit

Permalink
Update generate-json-index.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
callacat committed Nov 26, 2024
1 parent c8aaa48 commit a33a86a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate-json-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:

steps:
- name: 检出代码
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: 设置 Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '14'
node-version: '20'

- name: 安装依赖
run: npm install
Expand Down

0 comments on commit a33a86a

Please sign in to comment.