Skip to content

chore: bump package versions to 3.0.0 #160

chore: bump package versions to 3.0.0

chore: bump package versions to 3.0.0 #160

Workflow file for this run

name: build-and-test
on: [push]
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: 22.x
- uses: actions/setup-python@v2
with:
python-version: 3.8.12
env:
PYTHON_VERSION: 3.8.12
- run: yarn install
- run: yarn npm:prepublish
- run: yarn lint
- run: yarn vsc-compile:client
- run: yarn vsc-compile:server
- run: yarn test:server
- run: yarn test:parser
- run: yarn test:sqlint