Skip to content

chore: bump version to 3.0.3 and add release appendix #8

chore: bump version to 3.0.3 and add release appendix

chore: bump version to 3.0.3 and add release appendix #8

Workflow file for this run

on:
push:
branches:
- '*'
- '!master'
pull_request:
branches:
- master
name: 'Release Vscode Plugin'
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm install