From 28a4fc040e113a8db074b217d7f033ad40724b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Tue, 8 Nov 2022 22:13:45 +0800 Subject: [PATCH] ci: upgrade node to 18 (#6983) --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0272c0acaa8..63fadbb2dcd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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 @@ -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