Skip to content

Bump sqlite-sync version to 0.8.51 #50

Bump sqlite-sync version to 0.8.51

Bump sqlite-sync version to 0.8.51 #50

Workflow file for this run

name: build, test and release sqlite-wasm
on:
push:
branches:
- main
permissions:
id-token: write
jobs:
btr:
runs-on: ubuntu-22.04
name: build, test and release sqlite-wasm
steps:
- uses: actions/[email protected]
with:
submodules: true
- uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- name: update npm # https://docs.npmjs.com/trusted-publishers
run: npm install -g npm@latest
- name: setup playwright for tests
run: npx playwright install --with-deps && npx playwright install msedge && npx playwright install chrome
- name: build, test and release sqlite-wasm
run: cd sqlite-wasm && npm run deploy