Skip to content

Commit

Permalink
chore: Update CI.yml to upgrade node version to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng authored Jan 7, 2025
1 parent 8b7a9b4 commit d56def9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- 'source/about/**'
- 'source/daily/**'
- name: Setup Node 14
- name: Setup Node 18
uses: actions/setup-node@v4
with:
node-version: '14'
node-version: '18'

- name: Test
run: |
Expand Down

0 comments on commit d56def9

Please sign in to comment.