Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luooooob committed Nov 30, 2021
1 parent bb18ecd commit 97091d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97091d2

Please sign in to comment.