Skip to content

Commit

Permalink
Yet another commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hellovai committed Jun 14, 2024
1 parent b1902ac commit e8491c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,12 @@ jobs:
pattern: vscode-playground
path: typescript/vscode-ext/packages/web-panel/dist

- name: setup pnpm
uses: pnpm/action-setup@v3
with:
version: 9.0.6
package_json_file: typescript/package.json
run_install: false
# Set up Node.js
- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit e8491c5

Please sign in to comment.