Skip to content

chore: bump package version to v1.3.2 (#11) #31

chore: bump package version to v1.3.2 (#11)

chore: bump package version to v1.3.2 (#11) #31

name: Visionary URL CI/CD
on:
push:
branches:
- master
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run build
- run: npm test