Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
camera-2018 committed May 28, 2024
1 parent fb47769 commit ee612e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18.17.1'
node-version: '20.13.1'

- name: install doc dependencies
run: sudo npm i
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18.17.1'
node-version: '20.13.1'

- name: install doc dependencies
run: sudo npm i
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18.17.1'
node-version: '20.13.1'

- name: install doc dependencies
run: sudo npm i
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18.17.1'
node-version: '20.13.1'

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit ee612e6

Please sign in to comment.