From 97091d2f9284839649ffeba31c409a6069039c31 Mon Sep 17 00:00:00 2001 From: Jiang Yan Date: Tue, 30 Nov 2021 08:42:00 +0800 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d662f24..05d02c2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,9 +15,11 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: 16.x + node-version: 17.x + - name: Install pnpm + run: npm i -g pnpm - name: Install dependencies - run: npm install + run: pnpm i - name: Run Publish if: success() run: npx vsce publish