Skip to content

Merge pull request #31 from garaemon/2023.10.28-update-language-confi… #39

Merge pull request #31 from garaemon/2023.10.28-update-language-confi…

Merge pull request #31 from garaemon/2023.10.28-update-language-confi… #39

Workflow file for this run

name: CI
on: push
jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ^18
- run: npm install
# - run: npm test
- run: npm install -g vsce
- run: vsce package