Skip to content

Commit

Permalink
Trying the latest action
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelMayer committed Sep 5, 2023
1 parent 60b7991 commit 3d5dbac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- name: "Prepare: Checkout Repository"
uses: actions/checkout@v2
- name: "Prepare: Use Node.js ${{ matrix.node-version }}"
uses: actions/setup-node@v1
uses: actions/setup-node@v3
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 @@ -25,9 +25,9 @@ jobs:
# env:
# CI: true
- name: "Prepare: Package VSCode Extension"
uses: actions/setup-node@v1
uses: actions/setup-node@v3
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 3d5dbac

Please sign in to comment.