Skip to content

address to coordinates feature removed and closes #5 , now by default… #44

address to coordinates feature removed and closes #5 , now by default…

address to coordinates feature removed and closes #5 , now by default… #44

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
paths:
- '**/*.ts'
jobs:
test:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version: '20'
cache: yarn
- name: Install dependencies
run: yarn
- name: Run tests
run: yarn test