Skip to content

fix: update engine version to match type version #11

fix: update engine version to match type version

fix: update engine version to match type version #11

Workflow file for this run

on:
push:
branches: ["main"]
name: Deploy Extension to marketplace
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run compile
- name: Publish to VSCode marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com