Skip to content

Commit

Permalink
ci: upgrade node to 18 (vuejs#6983)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz authored and chrislone committed Feb 4, 2023
1 parent c0ba4d8 commit 5175bf3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Expand Up @@ -19,10 +19,10 @@ 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@v3
with:
node-version: 16
node-version: 18
cache: 'pnpm'

- run: pnpm install
Expand All @@ -38,10 +38,10 @@ 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@v3
with:
node-version: 16
node-version: 18
cache: 'pnpm'

- run: pnpm install
Expand All @@ -57,10 +57,10 @@ 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@v3
with:
node-version: 16
node-version: 18
cache: 'pnpm'

- run: pnpm install
Expand All @@ -84,10 +84,10 @@ 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@v3
with:
node-version: 16
node-version: 18
cache: 'pnpm'

- run: pnpm install
Expand Down

0 comments on commit 5175bf3

Please sign in to comment.