Skip to content

fix: show it.countryExtendedVersion only if it is imported and its va… #830

fix: show it.countryExtendedVersion only if it is imported and its va…

fix: show it.countryExtendedVersion only if it is imported and its va… #830

Workflow file for this run

on: [pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 20
- uses: actions/setup-go@v6
with:
go-version: '1.23.9'
- run: npm ci
- run: npm run build
- run: npm run test