Skip to content

Update version to 1.7.1 and make patch changes #17

Update version to 1.7.1 and make patch changes

Update version to 1.7.1 and make patch changes #17

Workflow file for this run

name: Reference Map CI
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm run build