Skip to content

Commit

Permalink
Update node
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardDrummer committed Sep 17, 2024
1 parent 9407974 commit bbead68
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ jobs:
- name: "Prepare: Use Node.js ${{ matrix.node-version }}"
uses: actions/setup-node@v4
with:
node-version: v16.x
node-version: v22.x
#- name: "Prepare: Setup sonarqube"
# uses: warchant/setup-sonar-scanner@v1
#- run: npm install -g npm@latest
- run: npm install -g [email protected]
- run: npm install
- run: npm run lint
- run: npm run vscode:prepublish
Expand All @@ -28,9 +26,7 @@ jobs:
- name: "Prepare: Package VSCode Extension"
uses: actions/setup-node@v4
with:
node-version: v16.x
#- run: npm install -g npm@latest
- run: npm install -g [email protected]
node-version: v22.x
- run: npm install -g @vscode/[email protected]
- run: vsce package --out dist/

Expand Down

0 comments on commit bbead68

Please sign in to comment.