Skip to content

Commit

Permalink
feat(workflow): npm install dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
1nchy committed Aug 11, 2024
1 parent c7dca2b commit 8650023
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "20.x"
- name: DevDependency
run: |
npm install -g @types/mocha @types/node @types/vscode
npm install -g @typescript-eslint/eslint-plugin @typescript-eslint/parser
npm install -g @vscode/test-cli @vscode/test-electron
npm install -g eslint typescript
- name: Dependency
run: |
npm install -g vsce axios comment-json
npm install
- name: Package
run: |
vsce package
Expand Down

0 comments on commit 8650023

Please sign in to comment.