Skip to content

chore: version to 0.3.0 #14

chore: version to 0.3.0

chore: version to 0.3.0 #14

Workflow file for this run

name: VSCE Build of VSCode Extension
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
npm install -g @vscode/vsce
npm install
vsce package
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: suricata-intellisense-vscode
path: |
*.vsix