Skip to content

chore(deps-dev): bump @types/react from 18.0.28 to 18.2.13 #1122

chore(deps-dev): bump @types/react from 18.0.28 to 18.2.13

chore(deps-dev): bump @types/react from 18.0.28 to 18.2.13 #1122

Workflow file for this run

name: CI
on: [push]
env:
DATA_URL: https://howmanypeoplearethereinthe.world
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, lint and typecheck
run: |
npm ci
npm run-script lint
npm run-script typecheck
env:
CI: true