Skip to content

Prepare for next development iteration 0.0.19 #23

Prepare for next development iteration 0.0.19

Prepare for next development iteration 0.0.19 #23

Workflow file for this run

name: Main CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Setup dependencies
run: |
npm install -g typescript @vscode/vsce
vsce --version
- name: npm-install
run: npm install
- name: vsce-package
run: vsce package