Skip to content

Commit

Permalink
Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelMayer committed Sep 5, 2023
1 parent 631ac76 commit 0ef5f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: "Prepare: Use Node.js ${{ matrix.node-version }}"
uses: actions/setup-node@v1
with:
node-version: v14.x
node-version: v16.x
#- name: "Prepare: Setup sonarqube"
# uses: warchant/setup-sonar-scanner@v1
- run: npm install -g npm@latest
Expand All @@ -27,7 +27,7 @@ jobs:
- name: "Prepare: Package VSCode Extension"
uses: actions/setup-node@v1
with:
node-version: v14.x
node-version: v16.x
- run: npm install -g npm@latest
- run: npm install -g [email protected]
- run: vsce package --out dist/
Expand Down

0 comments on commit 0ef5f5a

Please sign in to comment.