Skip to content

Build

Build #421

Workflow file for this run

name: Build
on:
schedule:
- cron: '0 10 * * *'
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: 18.16.0
- name: Install Node.js dependencies
run: npm install
- name: Build
working-directory: packages/vscode-extension
run: |
npx vsce package