Skip to content

Fix: Switch to restcountries v3 API and use common country name #80

Fix: Switch to restcountries v3 API and use common country name

Fix: Switch to restcountries v3 API and use common country name #80

Workflow file for this run

name: CI pipeline
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v3
- name: Node install
uses: actions/setup-node@v3
with:
node-version: 16
cache: "yarn"
cache-dependency-path: "**/yarn.lock"
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build