Skip to content

Commit

Permalink
ci: upgrade node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
zyf722 committed Aug 13, 2024
1 parent c1fa705 commit ffcea7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: npm

- name: Install dependencies
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Deployment
name: Test Build

on:
workflow_dispatch:
Expand All @@ -13,7 +13,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: npm

- name: Install dependencies
Expand Down

0 comments on commit ffcea7d

Please sign in to comment.