Skip to content

Commit

Permalink
Updates GitHub Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-it committed Aug 6, 2024
1 parent b66d97f commit 36fd5ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org/

- name: Checkout vscode-viva
Expand Down Expand Up @@ -49,5 +49,5 @@ jobs:
continue-on-error: false

- name: Publish
run: npx @vscode/vsce publish -p ${{ secrets.VSCE_PAT }} --pre-release --baseImagesUrl https://raw.githubusercontent.com/pnp/vscode-viva/dev
run: npx @vscode/vsce@2.30.0 publish -p ${{ secrets.VSCE_PAT }} --pre-release --baseImagesUrl https://raw.githubusercontent.com/pnp/vscode-viva/dev
working-directory: vscode-viva
4 changes: 2 additions & 2 deletions .github/workflows/release-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org/

- name: Checkout vscode-viva
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Package
run: |
npx @vscode/vsce package
npx @vscode/vsce@2.30.0 package
working-directory: vscode-viva

- name: Upload artifacts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org/

- name: Checkout vscode-viva
Expand Down Expand Up @@ -52,5 +52,5 @@ jobs:
continue-on-error: false

- name: Publish
run: npx @vscode/vsce publish -p ${{ secrets.VSCE_PAT }}
run: npx @vscode/vsce@2.30.0 publish -p ${{ secrets.VSCE_PAT }}
working-directory: vscode-viva

0 comments on commit 36fd5ba

Please sign in to comment.