Skip to content

Commit

Permalink
chore: update node version task name
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Oct 22, 2023
1 parent 18cc547 commit 6149048
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2

- name: Set node version to 16
- name: Set node version to 18
uses: actions/setup-node@v2
with:
node-version: 18
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2

- name: Set node version to 16
- name: Set node version to 18
uses: actions/setup-node@v2
with:
node-version: 18
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2

- name: Set node version to 16
- name: Set node version to 18
uses: actions/setup-node@v2
with:
node-version: 18
Expand All @@ -78,7 +78,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2

- name: Set node version to 16
- name: Set node version to 18
uses: actions/setup-node@v2
with:
node-version: 18
Expand Down

0 comments on commit 6149048

Please sign in to comment.